File tree 2 files changed +29
-1
lines changed
2 files changed +29
-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-10-11
11
+
12
+ ### Fixed
13
+ - fix cargo.toml (by @insipx )
14
+
15
+ ### Other
16
+ - * (deps)* update wasm-bindgen ([ #5 ] ( https://github.com/xmtp/diesel-wasm-sqlite/pull/5 ) ) (by @insipx )
17
+ - fix runner ([ #4 ] ( https://github.com/xmtp/diesel-wasm-sqlite/pull/4 ) ) (by @insipx )
18
+ - add automated releases ([ #2 ] ( https://github.com/xmtp/diesel-wasm-sqlite/pull/2 ) ) (by @insipx )
19
+ - (chore) bump dependencies, fix ci (by @insipx )
20
+ - workflow (by @insipx )
21
+ - add flake.nix (by @insipx )
22
+ - ignore direnv/envrc (by @insipx )
23
+ - first commit (by @insipx )
24
+ - Initial commit (by @insipx )
25
+
26
+ ### Contributors
27
+
28
+ * @insipx
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