Skip to content

Commit beb097c

Browse files
phekizetanumbers
andauthored
Bump version and update changelog (#16)
* Bump version and update changelog * Update Cargo.lock --------- Co-authored-by: Daria Sukhonina <[email protected]>
1 parent 441c31b commit beb097c

File tree

3 files changed

+40
-34
lines changed

3 files changed

+40
-34
lines changed

CHANGELOG.md

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

3-
The format is based on [Common Changelog](https://common-changelog.org/) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3+
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.0] - Unreleased
5+
## [0.3.1] - Unreleased
6+
7+
### Fixed
8+
9+
- Fixed build script on docs.rs and possibly other environments by enabling include path detection (#15).
10+
11+
## [0.3.0] - 2023-09-29
612

713
_This release includes a rewrite of the whole binding generation process by @ZetaNumbers._
814

Cargo.lock

Lines changed: 31 additions & 31 deletions
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 = "vitasdk-sys"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Aphek <[email protected]>", "Daria Sukhonina <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)