File tree 2 files changed +35
-1
lines changed
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " diesel-wasm-sqlite"
3
- version = " 0.0.1 "
3
+ version = " 0.0.2 "
4
4
edition = " 2021"
5
5
resolver = " 2"
6
6
authors = [
" XMTP Labs <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments