Merge pull request 'chore(release): v0.2.0' (#3) from cuddle-please/release into main
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

Reviewed-on: https://git.front.kjuulh.io/kjuulh/drift/pulls/3
This commit is contained in:
2024-08-06 21:49:21 +02:00
2 changed files with 8 additions and 1 deletions

View File

@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0] - 2024-08-02
### Added
- use actual delimination
- use source instead
- add inner error
## [0.1.0] - 2024-08-02
### Added

View File

@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.1.0"
version = "0.2.0"
[workspace.dependencies]
drift = { path = "crates/drift" }