Skip to content

Commit 9e91339

Browse files
authored
Update crate version, CHANGELOG, env_logger, bindgen and Cargo.lock (#28)
1 parent f020804 commit 9e91339

File tree

5 files changed

+166
-150
lines changed

5 files changed

+166
-150
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
The format is based on [Common Changelog](https://common-changelog.org/) and [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5-
## [0.3.3] - Unreleased
5+
## [0.3.3] - 2024-02-25
66

77
### Changed
88

9-
- Bindings are now pre-generated by default, meaning that LLVM / Clang is no longer requried to be installed.
10-
- There's a new `bindgen` feature which makes the crate generate bindings at compile-time by using headers at `$VITASDK` instead of using pre-generated bindings.
9+
- Bindings are now pre-generated by default, meaning that LLVM / Clang is no longer requried to be installed (#21, #24).
10+
- There's a new `bindgen` feature which makes the crate generate bindings at compile-time by using headers at `$VITASDK` instead of using pre-generated bindings (#21).
11+
- Simplified CI by using vita-rust-bot to create PRs (#23).
1112

1213
## [0.3.2] - 2023-10-06
1314

0 commit comments

Comments
 (0)