diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..e952e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.2](https://github.com/xmtp/diesel-wasm-sqlite/compare/v0.0.1...v0.0.2) - 2024-12-09 + +### Fixed +- *(release)* release-plz workflow (#14) (by @insipx) +- Update build (#12) (by @rygine) +- fix cargo.toml (by @insipx) + +### Other +- update wasm-bindgen and diesel dependencies (#16) (by @insipx) +- *(update)* update wasm-bindgen to 0.2.97 (#15) (by @insipx) +- *(deps)* remove patch dependency on diesel (#7) (by @insipx) +- *(deps)* update wasm-bindgen (#5) (by @insipx) +- fix runner (#4) (by @insipx) +- add automated releases (#2) (by @insipx) +- (chore) bump dependencies, fix ci (by @insipx) +- workflow (by @insipx) +- add flake.nix (by @insipx) +- ignore direnv/envrc (by @insipx) +- first commit (by @insipx) +- Initial commit (by @insipx) + +### Contributors + +* @insipx +* @rygine diff --git a/Cargo.toml b/Cargo.toml index 31b9ee8..30d4bd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diesel-wasm-sqlite" -version = "0.0.1" +version = "0.0.2" edition = "2021" resolver = "2" authors = ["XMTP Labs "]