Skip to content

Commit f33e15d

Browse files
author
GitHub
committed
ci(release): preparing 0.0.2
1 parent 1c19251 commit f33e15d

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.0.2 (2024-06-19)
2+
3+
### Features
4+
5+
- basic project structure and tooling (#4)
6+
- add fuel-core-nats V2 (#12)
7+
- bootstrap the stream from Fuel node's storage (#22)

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fuel-nats"
3-
version = "0.0.1"
3+
version = "0.0.2"
44

55
[workspace]
66
members = ["crates/fuel-core-nats"]
@@ -13,7 +13,7 @@ edition = "2021"
1313
homepage = "https://fuel.network/"
1414
license = "Apache-2.0"
1515
repository = "https://github.com/fuellabs/data-systems"
16-
version = "0.0.1"
16+
version = "0.0.2"
1717

1818
[workspace.dependencies]
1919
anyhow = "1.0"

0 commit comments

Comments
 (0)