Skip to content

Commit

Permalink
chore: release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Nov 7, 2024
1 parent 2e8476d commit 6b88dab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.3.0 (unreleased)
## 0.3.0 (2024-11-07)

### Breaking

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ members = [
resolver = "2"

[workspace.package]
version = "0.3.0-pre"
version = "0.3.0"
authors = ["Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>"]
edition = "2021"
rust-version = "1.74"
repository = "https://github.com/eduardosm/rsjsonnet"
license = "MIT OR Apache-2.0"
publish = false
publish = true

[workspace.dependencies]
rsjsonnet-front = { path = "rsjsonnet-front", version = "0.3.0-pre" }
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "0.3.0-pre" }
rsjsonnet-front = { path = "rsjsonnet-front", version = "0.3.0" }
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "0.3.0" }

[profile.release]
strip = "debuginfo"
Expand Down

0 comments on commit 6b88dab

Please sign in to comment.