Skip to content

Commit 591beb5

Browse files
committed
Bump version to 0.35.0
1 parent da33453 commit 591beb5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## [0.35.0] 2024-09-03
4+
### Fixed
5+
- Make `RUST_SCRIPT_BASE_PATH` report the correct path when `rust-script` executes with `--base-path` (#136).
6+
37
## [0.34.0] 2023-09-27
48
### Added
59
- Publish binaries on GitHub releases, for use with e.g. `cargo binstall`.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-script"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
edition = "2021"
55
rust-version = "1.64"
66
authors = ["Fredrik Fornwall <[email protected]>"]

0 commit comments

Comments
 (0)