Skip to content

Commit

Permalink
Update crate version, CHANGELOG, env_logger and Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki committed Feb 25, 2024
1 parent f020804 commit 72f088b
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 150 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

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

## [0.3.3] - Unreleased
## [0.3.3] - 2024-02-25

### Changed

- Bindings are now pre-generated by default, meaning that LLVM / Clang is no longer requried to be installed.
- 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.
- Bindings are now pre-generated by default, meaning that LLVM / Clang is no longer requried to be installed (#21, #24).
- 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).
- Simplified CI by using vita-rust-bot to create PRs (#23).

## [0.3.2] - 2023-10-06

Expand Down
Loading

0 comments on commit 72f088b

Please sign in to comment.