We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfe392 commit 20a9d8aCopy full SHA for 20a9d8a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.1.2] (2019-08-15)
4
+
5
+* Fix overriding of the debug level via `RAWRTC_DEBUG_MODULE_LEVEL`
6
7
## [0.1.1] (2019-03-10)
8
9
* Remove unused struct
@@ -10,5 +14,6 @@
10
14
11
15
12
16
17
+[0.1.1]: https://github.com/rawrtc/rawrtc-common/compare/v0.1.1...v0.1.2
13
18
[0.1.1]: https://github.com/rawrtc/rawrtc-common/compare/v0.1.0...v0.1.1
19
[0.1.0]: https://github.com/rawrtc/rawrtc-common/compare/f2e07ac61bc6947ba1466ea3a7e3e91758bb9ab2...v0.1.0
meson.build
@@ -1,6 +1,6 @@
# Project definition
project('rawrtcc', 'c',
- version: '0.1.1',
+ version: '0.1.2',
default_options: ['c_std=c99'],
meson_version: '>=0.46.0')
0 commit comments