Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
increment version and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 17, 2024
1 parent b57f074 commit 15260da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 17-04-2024

### Added

- [Feature] C++ audio module **(Optional, Experimental)**.**NOTE:** Does not include working bindings. Attempts were made for [audio_wrapper.py](./bindings/python/audio_wrapper.py)

## [0.4.0] - 16-04-2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A collection of sample code snippets demonstrating how to create bindings for va
- [x] Sample Rust wrappers utilizing [cxx](https://crates.io/crates/cxx) and refering to C++ source code
- [x] Sample Go wrappers refering to C++ compiled source code resulting in shared libraries
- [x] Sample C# wrappers refering to C++ compiled source code resulting in shared libraries
- [ ] C++ audio module **(Optional, Experimental)**
- [x] C++ audio module **(Optional, Experimental)**
- [ ] C++ video module **(Optional, Experimental)**

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0

0 comments on commit 15260da

Please sign in to comment.