Skip to content

Commit

Permalink
build(pubspec): 🔖 bump version 0.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Mañosa <26429103+albertms10@users.noreply.github.com>
  • Loading branch information
albertms10 committed May 14, 2024
1 parent eab343d commit af69a58
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
## 0.18.0

- refactor(note): ♻️ rename `respellByOrdinalDistance` methods [#442](https://github.com/albertms10/music_notes/pull/442)
- feat(note): ✨ return the next closest spelling in `respellByAccidental` when no respelling is possible [#443](https://github.com/albertms10/music_notes/pull/443)
- refactor(quality): ♻️ move `isDissonant` check from `Interval` [#444](https://github.com/albertms10/music_notes/pull/444)
- feat(base_note): ✨ add `next` and `previous` getters [#445](https://github.com/albertms10/music_notes/pull/445)
- test(interval): 🧪 use shorthand `Size` constructors [#447](https://github.com/albertms10/music_notes/pull/447)
- fix(quality): 🐛 address wrong `isDissonant` condition for `ImperfectQuality` [#449](https://github.com/albertms10/music_notes/pull/449)
- refactor(scale_pattern): ♻️ extract static bit-related methods [#451](https://github.com/albertms10/music_notes/pull/451)
- refactor(enharmonic): ♻️ rename `ClassMixin``Enharmonic` mixin [#452](https://github.com/albertms10/music_notes/pull/452)
- refactor(frequency): ♻️ extract `reference` as 440 Hz [#454](https://github.com/albertms10/music_notes/pull/454)
- feat(note): ✨ take `temperature` into account when dealing with `Frequency` [#455](https://github.com/albertms10/music_notes/pull/455)
- fix(pitch): 🐛 address `harmonics` wrongly forwarding parameters [#456](https://github.com/albertms10/music_notes/pull/456)
- ci(scorecards-analysis): 🧑‍⚕️ add OSSF Scorecards analysis workflow [#458](https://github.com/albertms10/music_notes/pull/458)
- test(frequency): 🧪 add test case for chained `closestPitch` with `temperature` [#459](https://github.com/albertms10/music_notes/pull/459)
- refactor(scalable, interval): ♻️ consistently rename `inverse`, `inverted``inversion` [#460](https://github.com/albertms10/music_notes/pull/460)
- docs(README): 📖 add examples for new methods [#461](https://github.com/albertms10/music_notes/pull/461)
- fix(pitch): 🐛 address `isEnharmonicWith` not taking `octave` into account [#462](https://github.com/albertms10/music_notes/pull/462)
- refactor(pitch): ♻️ extract `reference` static constant [#463](https://github.com/albertms10/music_notes/pull/463)
- refactor: ♻️ remove unnecessary `@immutable` annotation on extension types [#464](https://github.com/albertms10/music_notes/pull/464)
- docs(README): 📖 address `BaseNote` string representation examples [#465](https://github.com/albertms10/music_notes/pull/465)
- feat!(tuning): ✨ add new `TuningFork` class and refactor `TuningSystem` accordingly [#466](https://github.com/albertms10/music_notes/pull/466)
- refactor(frequency): ♻️ move `at` and extract `Celsius.ratio` methods [#467](https://github.com/albertms10/music_notes/pull/467)
- refactor(cent): ♻️ extract `divisionsPerSemitone` and rename `octave` [#471](https://github.com/albertms10/music_notes/pull/471)
- refactor(frequency): ♻️ expose `referenceTemperature` parameter [#472](https://github.com/albertms10/music_notes/pull/472)
- feat(closest_pitch): ✨ add `respelledSimple` getter [#473](https://github.com/albertms10/music_notes/pull/473)
- feat(closest_pitch): ✨ add `+`, `-` operators [#474](https://github.com/albertms10/music_notes/pull/474)
- refactor(scale_pattern): ♻️ extract bit-related methods into `BinarySequence` extension [#479](https://github.com/albertms10/music_notes/pull/479)
- feat(scale_pattern): ✨ add double harmonic major scale [#482](https://github.com/albertms10/music_notes/pull/482)
- refactor(scale_pattern): ♻️ extract bit-related methods into `BinarySequence` extension [#489](https://github.com/albertms10/music_notes/pull/489)
- test(closest_pitch): 🧪 add test cases for `toString` rounding [#491](https://github.com/albertms10/music_notes/pull/491)
- chore(pubspec): 🚚 use correct `repository` URL [#492](https://github.com/albertms10/music_notes/pull/492)
- fix(pitch): 🐛 address large `ClosestPitch` spellings for `harmonics` with `temperature` [#470](https://github.com/albertms10/music_notes/pull/470)
- feat!(interval): ✨ add `fromSemitones(int)` and rename `fromSizeAndSemitones` factory constructors [#476](https://github.com/albertms10/music_notes/pull/476)
- refactor(hearing_range): ♻️ rename `isAudibleAt` method [#457](https://github.com/albertms10/music_notes/pull/457)

### Dependabot updates

- chore(deps): ⬆️ bump actions/checkout from 4.1.1 to 4.1.2 [#448](https://github.com/albertms10/music_notes/pull/448)
- chore(deps): ⬆️ bump actions/cache from 4.0.1 to 4.0.2 [#450](https://github.com/albertms10/music_notes/pull/450)
- chore(deps): ⬆️ bump actions/upload-artifact from 4.1.0 to 4.3.1 [#469](https://github.com/albertms10/music_notes/pull/469)
- chore(deps): ⬆️ bump github/codeql-action from 3.24.9 to 3.24.10 [#478](https://github.com/albertms10/music_notes/pull/478)
- chore(deps): ⬆️ bump dart-lang/setup-dart from 1.6.2 to 1.6.4 [#480](https://github.com/albertms10/music_notes/pull/480)
- chore(deps): ⬆️ bump actions/upload-artifact from 4.3.1 to 4.3.3 [#487](https://github.com/albertms10/music_notes/pull/487)
- chore(deps): ⬆️ bump actions/checkout from 4.1.1 to 4.1.4 [#486](https://github.com/albertms10/music_notes/pull/486)
- chore(deps): ⬆️ bump github/codeql-action from 3.24.10 to 3.25.3 [#488](https://github.com/albertms10/music_notes/pull/488)
- chore(deps): ⬆️ bump actions/checkout from 4.1.4 to 4.1.5 [#497](https://github.com/albertms10/music_notes/pull/497)
- chore(deps): ⬆️ bump ossf/scorecard-action from 2.3.1 to 2.3.3 [#495](https://github.com/albertms10/music_notes/pull/495)
- chore(deps): ⬆️ bump coverallsapp/github-action from 2.2.3 to 2.3.0 [#496](https://github.com/albertms10/music_notes/pull/496)
- chore(deps): ⬆️ bump github/codeql-action from 3.25.3 to 3.25.4 [#494](https://github.com/albertms10/music_notes/pull/494)

**Full Changelog**: [`v0.17.1...v0.18.0`](https://github.com/albertms10/music_notes/compare/v0.17.1...v0.18.0)

## 0.17.1

- fix(deps): 🚚 move `test` to dev_dependencies [#441](https://github.com/albertms10/music_notes/pull/441)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: music_notes
description: A comprehensive Dart library for effortlessly working with music
theory concepts.
version: 0.17.1
version: 0.18.0

repository: https://github.com/albertms10/music_notes
topics:
Expand Down

0 comments on commit af69a58

Please sign in to comment.