Skip to content

Commit 5ee8381

Browse files
committed
Bump
1 parent 4ffdbd9 commit 5ee8381

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
### v4.1.1 - 2025-08-06
4+
5+
- Fix: cleanup pointless debug logging (I am so bad at this)
6+
37
### v4.1.0 - 2025-08-06
48

59
- Feature: added `--link-cxx-shared` flag for linking and copying `libc++_shared.so`

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 = "cargo-ndk"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
55
repository = "https://github.com/bbqsrc/cargo-ndk"
66
documentation = "https://docs.rs/cargo-ndk"

0 commit comments

Comments
 (0)