Skip to content

Commit

Permalink
Bump version for pub.dev release (#15)
Browse files Browse the repository at this point in the history
* Fixing deprecated linters and optional params

* Add constants and fix scalePatterns issue

* Apply dart formatting

* Bump version for release
  • Loading branch information
beattizzle committed Jan 24, 2024
1 parent 8eecb88 commit 0f30ec0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Changes

## [0.2.5] - Scale and pitch subtraction fixes

- Fix issue with scale and mode name conflicts (@beattizzle)
- Fix pitch subtraction (@EParisot)

## [0.2.4] - Null safety

* Support for null safety (@canastro and @PatrickWulfe)
* add get helmholtzName to Pitch class (@schilken)
* Added comments to interval static fields (@miechoo)
- Support for null safety (@canastro and @PatrickWulfe)
- add get helmholtzName to Pitch class (@schilken)
- Added comments to interval static fields (@miechoo)

## [0.0.2] - Dart 2 / Flutter compatibility

* Updated for Flutter and Dart 2 compatibility.
- Updated for Flutter and Dart 2 compatibility.

## [0.0.1] - Initial release

* Initial release.
- Initial release.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tonic
version: 0.2.4
version: 0.2.5

description: >
Classes and methods for representing and manipulating concepts from music theory:
Expand All @@ -9,7 +9,7 @@ repository: https://github.com/osteele/dart-tonic
documentation: https://pub.dev/documentation/tonic/latest/

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: ">=2.12.0 <3.0.0"

dependencies:
collection: ^1.15.0
Expand Down

0 comments on commit 0f30ec0

Please sign in to comment.