Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xmtptools authored Dec 9, 2024
1 parent 7f0f938 commit 59da5cf
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion Cargo.toml
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]>"]
Expand Down

0 comments on commit 59da5cf

Please sign in to comment.