Skip to content

Commit

Permalink
chore: Update changelog for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Oct 15, 2023
1 parent 1dc6541 commit 9ec8eaa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Unreleased]
## [Unreleased]

[Unreleased]: https://github.com/foresterre/storyteller/compare/v2.0.0...HEAD

## [2.0.0] - 2023-10-16

### Added

Expand Down Expand Up @@ -30,7 +34,7 @@ fn example_test(value: Result<u32, String>) -> Result<(), String> {

* **Breaking:** Removed deprecated `ide!` macro

[Unreleased]: https://github.com/foresterre/storyteller/compare/v1.0.2...HEAD
[2.0.0]: https://github.com/foresterre/yare/releases/tag/v2.0.0

## [1.0.2] - 2022-08-19

Expand All @@ -42,7 +46,7 @@ fn example_test(value: Result<u32, String>) -> Result<(), String> {

* Deprecated `ide!` macro

[1.0.2]: https://github.com/foresterre/bisector/compare/v1.0.1...v1.0.2
[1.0.2]: https://github.com/foresterre/yare/releases/tag/v1.0.2

<!-- Example:
Expand Down

0 comments on commit 9ec8eaa

Please sign in to comment.