Skip to content

Commit 59da5cf

Browse files
authored
chore: release v0.0.2
1 parent 7f0f938 commit 59da5cf

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.0.2](https://github.com/xmtp/diesel-wasm-sqlite/compare/v0.0.1...v0.0.2) - 2024-12-09
11+
12+
### Fixed
13+
- *(release)* release-plz workflow (#14) (by @insipx)
14+
- Update build (#12) (by @rygine)
15+
- fix cargo.toml (by @insipx)
16+
17+
### Other
18+
- update wasm-bindgen and diesel dependencies (#16) (by @insipx)
19+
- *(update)* update wasm-bindgen to 0.2.97 (#15) (by @insipx)
20+
- *(deps)* remove patch dependency on diesel (#7) (by @insipx)
21+
- *(deps)* update wasm-bindgen (#5) (by @insipx)
22+
- fix runner (#4) (by @insipx)
23+
- add automated releases (#2) (by @insipx)
24+
- (chore) bump dependencies, fix ci (by @insipx)
25+
- workflow (by @insipx)
26+
- add flake.nix (by @insipx)
27+
- ignore direnv/envrc (by @insipx)
28+
- first commit (by @insipx)
29+
- Initial commit (by @insipx)
30+
31+
### Contributors
32+
33+
* @insipx
34+
* @rygine

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel-wasm-sqlite"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
resolver = "2"
66
authors = ["XMTP Labs <[email protected]>"]

0 commit comments

Comments
 (0)