diff --git a/CHANGELOG.md b/CHANGELOG.md index d95ba67..2ef3bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.1 (2024-12-16) + +- Fix incorrect parsing of signed hex/oct/bin + ## v1.0.0+1 (2021-12-16) - Remove unused punycode dependency diff --git a/pubspec.yaml b/pubspec.yaml index a806f0d..76ab916 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: kdl -version: 1.0.0+1 +version: 1.0.1 description: Dart implementation of the KDL Document Language repository: https://github.com/danini-the-panini/kdl-dart environment: