-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "diesel-wasm-sqlite" | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
edition = "2021" | ||
resolver = "2" | ||
authors = ["XMTP Labs <[email protected]>"] | ||
|