Skip to content

Commit 86bf6cb

Browse files
author
GitHub
committed
ci(release): preparing 0.0.2
1 parent ecc7bb7 commit 86bf6cb

File tree

5 files changed

+37
-8
lines changed

5 files changed

+37
-8
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## 0.0.2 (2024-07-30)
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)
8+
- include nats server config in docker-compose (#34)
9+
- add nkey auth (#32)
10+
- Publish Docker image (#37)
11+
- add helm chart (#38)
12+
- simple connection test (#39)
13+
- add helmchart statefulset (#47)
14+
- update working directory in dockerfile (#50)
15+
- add init container to statefulset (#51)
16+
- bump chart version (#53)
17+
- init containers from helm release (#55)
18+
- add publishing tests (#48)
19+
- disable pod health checks (#57)
20+
- bump app version (#58)
21+
- add first version of streams-core crate (#61)
22+
- added nats publishing deduplication logic and tests (#107)
23+
24+
### Fixes
25+
26+
- misplaced end in helm chart (#52)
27+
- init containers volume mounts (#54)
28+
- use u32 for block height to avoid hex outputs in block subjects (#66)
29+
- publish compact json rather than pretty json (#105)

Cargo.lock

Lines changed: 4 additions & 4 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-data-systems"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55

66
[workspace]
@@ -14,7 +14,7 @@ edition = "2021"
1414
homepage = "https://fuel.network/"
1515
license = "Apache-2.0"
1616
repository = "https://github.com/fuellabs/data-systems"
17-
version = "0.0.1"
17+
version = "0.0.2"
1818

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

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = { workspace = true }
77
license = { workspace = true }
88
repository = { workspace = true }
99
publish = false
10-
version = "0.0.0"
10+
version = "0.0.2"
1111

1212
[dependencies]
1313
anyhow = { workspace = true }

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = { workspace = true }
77
license = { workspace = true }
88
repository = { workspace = true }
99
publish = false
10-
version = "0.0.0"
10+
version = "0.0.2"
1111
autobenches = false
1212
autotests = false
1313

0 commit comments

Comments
 (0)