Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed May 15, 2024
1 parent a5d1bd6 commit c77b3fa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.13.0] - 2024-05-15

### Changed

- Second rewrite with the following improvements: ([#21]).
* Put `Parser` behind a trait, so that we can have multiple implementation in parallel
* Use cargo workspaces
* Better error handling using snafu

[#21]: https://github.com/sbernauer/breakwater/pull/21
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["breakwater-core", "breakwater-parser", "breakwater"]
resolver = "2"

[workspace.package]
version = "0.12.0"
version = "0.13.0"
license = "Beerware"
authors = ["Sebastian Bernauer <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit c77b3fa

Please sign in to comment.