Skip to content

Commit

Permalink
chore: release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Apr 21, 2024
1 parent 8861a54 commit a40d597
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## 0.1.1 (unreleased)
## 0.1.1 (2024-04-24)

### Changed

- When a stack trace is larger than the specified maximum, hide items in the
middle instead of the end.
- Documentation improvements
- Documentation improvements.

### Fixed

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

[workspace.package]
version = "0.1.1-pre"
version = "0.1.1"
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.1.1-pre" }
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "0.1.1-pre" }
rsjsonnet-front = { path = "rsjsonnet-front", version = "0.1.1" }
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "0.1.1" }

0 comments on commit a40d597

Please sign in to comment.