Skip to content

Commit 0bc2a69

Browse files
chore: Release
1 parent 37ae354 commit 0bc2a69

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

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

33
<!-- next-header -->
4-
54
## [Unreleased] (ReleaseDate)
65

6+
7+
## [v0.8.13] (2025-07-28)
8+
79
### New features
810

911
- `Sexp` now has `.is_scalar_na()`, which returns `true` if the SEXP is a length-1 of
@@ -930,8 +932,9 @@ update`
930932
- `#[savvy]` now accepts `savvy::Sexp` as input.
931933

932934
<!-- next-url -->
935+
[Unreleased]: https://github.com/yutannihilation/savvy/compare/v0.8.13...HEAD
933936

934-
[Unreleased]: https://github.com/yutannihilation/savvy/compare/v0.8.12...HEAD
937+
[v0.8.13]: https://github.com/yutannihilation/savvy/compare/v0.8.12...v0.8.13
935938
[v0.8.12]: https://github.com/yutannihilation/savvy/compare/v0.8.11...v0.8.12
936939
[v0.8.11]: https://github.com/yutannihilation/savvy/compare/v0.8.10...v0.8.11
937940
[v0.8.10]: https://github.com/yutannihilation/savvy/compare/v0.8.9...v0.8.10

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ exclude = ["/book", "/R-package", "README.qmd"]
1212
rust-version = "1.70.0"
1313

1414
[dependencies]
15-
savvy-ffi = { version = "0.8.12", path = "./savvy-ffi" }
16-
savvy-macro = { version = "0.8.12", path = "./savvy-macro" }
15+
savvy-ffi = { version = "0.8.13", path = "./savvy-ffi" }
16+
savvy-macro = { version = "0.8.13", path = "./savvy-macro" }
1717
num-complex = { version = "0.4.5", optional = true }
1818

1919
log = { version = "0.4", optional = true }
@@ -67,7 +67,7 @@ members = ["savvy-macro", "savvy-bindgen", "savvy-cli", "savvy-ffi", "xtask"]
6767
resolver = "2"
6868

6969
[workspace.package]
70-
version = "0.8.12"
70+
version = "0.8.13"
7171
edition = "2021"
7272
authors = ["Hiroaki Yutani"]
7373
license = "MIT"

savvy-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clap = { version = "4", features = ["derive"] }
1919
async-process = "2"
2020
futures-lite = "2"
2121

22-
savvy-bindgen = { version = "0.8.12", path = "../savvy-bindgen", features = [
22+
savvy-bindgen = { version = "0.8.13", path = "../savvy-bindgen", features = [
2323
"use_formatter",
2424
] }
2525
dirs = "6"

savvy-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro2 = "1"
1717
quote = "1"
1818
syn = { version = "2", features = ["full", "extra-traits"] }
1919

20-
savvy-bindgen = { version = "0.8.12", path = "../savvy-bindgen" }
20+
savvy-bindgen = { version = "0.8.13", path = "../savvy-bindgen" }
2121

2222
[dev-dependencies]
2323
trybuild = "1"

0 commit comments

Comments
 (0)