Skip to content

Commit 4ca1180

Browse files
committed
v0.5.0
1 parent 84d485a commit 4ca1180

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2021 Anton Maminov
3+
Copyright (c) 2018-2024 Anton Maminov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kd_tree
2-
version: 0.4.1
2+
version: 0.5.0
33

44
description: |
55
Crystal implementation of "K-Dimensional Tree" and "N-Nearest Neighbors"
@@ -11,6 +11,6 @@ development_dependencies:
1111
ameba:
1212
github: crystal-ameba/ameba
1313

14-
crystal: ">= 0.35.1"
14+
crystal: ">= 1.0.0"
1515

1616
license: MIT

0 commit comments

Comments
 (0)