Skip to content

Commit 20a9d8a

Browse files
committed
Release v0.1.2
1 parent 8dfe392 commit 20a9d8a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.2] (2019-08-15)
4+
5+
* Fix overriding of the debug level via `RAWRTC_DEBUG_MODULE_LEVEL`
6+
37
## [0.1.1] (2019-03-10)
48

59
* Remove unused struct
@@ -10,5 +14,6 @@
1014

1115

1216

17+
[0.1.1]: https://github.com/rawrtc/rawrtc-common/compare/v0.1.1...v0.1.2
1318
[0.1.1]: https://github.com/rawrtc/rawrtc-common/compare/v0.1.0...v0.1.1
1419
[0.1.0]: https://github.com/rawrtc/rawrtc-common/compare/f2e07ac61bc6947ba1466ea3a7e3e91758bb9ab2...v0.1.0

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project definition
22
project('rawrtcc', 'c',
3-
version: '0.1.1',
3+
version: '0.1.2',
44
default_options: ['c_std=c99'],
55
meson_version: '>=0.46.0')
66

0 commit comments

Comments
 (0)