Skip to content

Commit aaf78e1

Browse files
committed
chore: release version 0.1.2
1 parent cf13de0 commit aaf78e1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.1.2 (unreleased)
3+
## 0.1.2 (2024-07-20)
44

55
### Fixed
66

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,14 +7,14 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.1.2-pre"
10+
version = "0.1.2"
1111
authors = ["Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>"]
1212
edition = "2021"
1313
rust-version = "1.74"
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.1.2-pre" }
20-
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "0.1.2-pre" }
19+
rsjsonnet-front = { path = "rsjsonnet-front", version = "0.1.2" }
20+
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "0.1.2" }

0 commit comments

Comments
 (0)