Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Oct 15, 2019
1 parent 97884b1 commit aff7a3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.3] (2019-10-15)

* Regression fix for defining the debug level

## [0.1.2] (2019-08-15)

* Fix overriding of the debug level via `RAWRTC_DEBUG_MODULE_LEVEL`
Expand All @@ -14,6 +18,7 @@



[0.1.1]: https://github.com/rawrtc/rawrtc-common/compare/v0.1.1...v0.1.2
[0.1.3]: https://github.com/rawrtc/rawrtc-common/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/rawrtc/rawrtc-common/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/rawrtc/rawrtc-common/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/rawrtc/rawrtc-common/compare/f2e07ac61bc6947ba1466ea3a7e3e91758bb9ab2...v0.1.0
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project definition
project('rawrtcc', 'c',
version: '0.1.2',
version: '0.1.3',
default_options: ['c_std=c99'],
meson_version: '>=0.46.0')

Expand Down

0 comments on commit aff7a3a

Please sign in to comment.