Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Sep 20, 2021
1 parent 010f5e0 commit 2262f14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## [0.5.2] (2021-09-20)

* Fix usrsctp dependency (#154)

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

* Re-enable peer reflexive candidates (#141)
Expand Down Expand Up @@ -47,6 +51,8 @@



[0.5.2]: https://github.com/rawrtc/rawrtc/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/rawrtc/rawrtc/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/rawrtc/rawrtc/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/rawrtc/rawrtc/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/rawrtc/rawrtc/compare/v0.2.2...v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions meson.build
@@ -1,6 +1,6 @@
# Project definition
project('rawrtc', 'c',
version: '0.5.1',
version: '0.5.2',
default_options: ['c_std=c99'],
meson_version: '>=0.48.0')

Expand Down Expand Up @@ -55,7 +55,7 @@ rawrtcc_dep = dependency('rawrtcc',

# Dependency: rawrtcdc
rawrtcdc_dep = dependency('rawrtcdc',
version: '>=0.1.3',
version: '>=0.1.4',
fallback: ['rawrtcdc', 'rawrtcdc_dep'],
required: true)

Expand Down

0 comments on commit 2262f14

Please sign in to comment.