Skip to content

Commit 08ea365

Browse files
authored
chore: release
1 parent eac6c90 commit 08ea365

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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)* remove patch dependency on diesel ([#7](https://github.com/xmtp/diesel-wasm-sqlite/pull/7)) (by @insipx)
17+
- *(deps)* update wasm-bindgen ([#5](https://github.com/xmtp/diesel-wasm-sqlite/pull/5)) (by @insipx)
18+
- fix runner ([#4](https://github.com/xmtp/diesel-wasm-sqlite/pull/4)) (by @insipx)
19+
- add automated releases ([#2](https://github.com/xmtp/diesel-wasm-sqlite/pull/2)) (by @insipx)
20+
- (chore) bump dependencies, fix ci (by @insipx)
21+
- workflow (by @insipx)
22+
- add flake.nix (by @insipx)
23+
- ignore direnv/envrc (by @insipx)
24+
- first commit (by @insipx)
25+
- Initial commit (by @insipx)
26+
27+
### Contributors
28+
29+
* @insipx

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)