Skip to content

Commit c9d3a34

Browse files
committed
chore: release version 0.4.0
1 parent c5386b6 commit c9d3a34

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## 0.4.0 (unreleased)
3+
## 0.4.0 (2025-05-10)
44

55
### Breaking
66

7-
- Performing bitwise operations with numeric values that cannot be safely
8-
converted to `i64` will fail.
7+
- Performing bitwise operations with integers that cannot be safely represented
8+
by a `f64` will fail.
99

1010
### Added
1111

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.4.0-pre"
10+
version = "0.4.0"
1111
authors = ["Eduardo Sánchez Muñoz <[email protected]>"]
1212
edition = "2021"
1313
rust-version = "1.75"
1414
repository = "https://github.com/eduardosm/rsjsonnet"
1515
license = "MIT OR Apache-2.0"
16-
publish = false
16+
publish = true
1717

1818
[workspace.dependencies]
19-
rsjsonnet-front = { path = "rsjsonnet-front", version = "0.4.0-pre" }
20-
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "0.4.0-pre" }
19+
rsjsonnet-front = { path = "rsjsonnet-front", version = "0.4.0" }
20+
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "0.4.0" }
2121

2222
[profile.release]
2323
strip = "debuginfo"

0 commit comments

Comments
 (0)