diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2ac8d..2f12354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/dropecho/ds/compare/1.7.0...1.8.0) (2023-09-16) + + +### Features + +* Improve set performance with new hasher. ([c03ec08](https://github.com/dropecho/ds/commit/c03ec0824300d64cccfae68bd2c26db69afea121)) + # [1.7.0](https://github.com/dropecho/ds/compare/1.6.0...1.7.0) (2023-09-11) diff --git a/haxelib.json b/haxelib.json index 9ab35ee..abb062a 100644 --- a/haxelib.json +++ b/haxelib.json @@ -9,8 +9,8 @@ "contributors": [ "vantreeseba" ], - "version": "1.7.0", - "releasenote": "Release version 1.7.0. See CHANGELOG.md for details.", + "version": "1.8.0", + "releasenote": "Release version 1.8.0. See CHANGELOG.md for details.", "tags": [ "example" ], diff --git a/package.json b/package.json index 3e51dc8..b1cd81e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/ds", - "version": "1.7.0", + "version": "1.8.0", "description": "A set of data structures for games.", "author": "vantreeseba ", "repository": "github:dropecho/ds",