Skip to content

Commit

Permalink
ggwave v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jul 3, 2021
1 parent fdf77d5 commit 87d6cc1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v0.3.0] - 2021-07-03

- Resampling fixes
- Add `soundMarkerThreshold` parameter ([f4fb02d](https://github.com/ggerganov/ggwave/commit/f4fb02d5d4cfd6c1021d73b55a0e52ac9d3dbdfa))
- Sampling rates are now consistently represented as float instead of int
Expand All @@ -16,5 +18,6 @@
- Reed-Solomon based ECC
- Ultrasound support

[unreleased]: https://github.com/ggerganov/ggwave/compare/ggwave-v0.2.0...HEAD
[unreleased]: https://github.com/ggerganov/ggwave/compare/ggwave-v0.3.0...HEAD
[v0.3.0]: https://github.com/ggerganov/ggwave/releases/tag/ggwave-v0.3.0
[v0.2.0]: https://github.com/ggerganov/ggwave/releases/tag/ggwave-v0.2.0
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.0)
project(ggwave VERSION 0.2.0)
project(ggwave VERSION 0.3.0)

set(GGWAVE_VERSION_PYTHON 0.2.2)
set(GGWAVE_VERSION_PYTHON 0.3.0)

set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ sudo snap connect waver:audio-record :audio-record
```

[changelog]: ./CHANGELOG.md
[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.2.0-dummy
[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.3.0-dummy
[license]: ./LICENSE
2 changes: 1 addition & 1 deletion bindings/ios
2 changes: 1 addition & 1 deletion bindings/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggwave",
"version": "0.2.0",
"version": "0.3.0",
"description": "Tiny data-over-sound library",
"main": "ggwave.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
name = "ggwave",
description = "Tiny data-over-sound library.",
long_description = long_description,
version = "0.2.2",
version = "0.3.0",
url = "https://github.com/ggerganov/ggwave",
author = "Georgi Gerganov",
author_email = "[email protected]",
Expand Down

0 comments on commit 87d6cc1

Please sign in to comment.