Skip to content

Commit

Permalink
Bump version and update changelog (#16)
Browse files Browse the repository at this point in the history
* Bump version and update changelog

* Update Cargo.lock

---------

Co-authored-by: Daria Sukhonina <dariasukhonina@gmail.com>
  • Loading branch information
pheki and zetanumbers authored Oct 3, 2023
1 parent 441c31b commit beb097c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 34 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

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

## [0.3.0] - Unreleased
## [0.3.1] - Unreleased

### Fixed

- Fixed build script on docs.rs and possibly other environments by enabling include path detection (#15).

## [0.3.0] - 2023-09-29

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

Expand Down
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vitasdk-sys"
version = "0.3.0"
version = "0.3.1"
authors = ["Aphek <bilkow@tutanota.com>", "Daria Sukhonina <dariasukhonina@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit beb097c

Please sign in to comment.