diff --git a/CHANGELOG.md b/CHANGELOG.md index 3758f97..1975e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/dropecho/ds/compare/1.5.0...1.5.1) (2023-08-26) + + +### Bug Fixes + +* Fix issue with .net version, make set mostly work for c#. ([beb3224](https://github.com/dropecho/ds/commit/beb3224ac943b3f2ffe38cdce50500423796648b)) + # [1.5.0](https://github.com/dropecho/ds/compare/1.4.1...1.5.0) (2023-08-26) diff --git a/haxelib.json b/haxelib.json index 677c021..f03249f 100644 --- a/haxelib.json +++ b/haxelib.json @@ -9,8 +9,8 @@ "contributors": [ "vantreeseba" ], - "version": "1.5.0", - "releasenote": "Release version 1.5.0. See CHANGELOG.md for details.", + "version": "1.5.1", + "releasenote": "Release version 1.5.1. See CHANGELOG.md for details.", "tags": [ "example" ], diff --git a/package.json b/package.json index 2746f40..e5a7789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/ds", - "version": "1.5.0", + "version": "1.5.1", "description": "A set of data structures for games.", "author": "vantreeseba ", "repository": "github:dropecho/ds",