Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Mar 10, 2019
1 parent 65a8457 commit d1514e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## [0.1.1] (2019-03-10)

* Declare dependency in Meson

## [0.1.0] (2019-03-02)

* Initial release of RAWRTCDC



[0.1.1]: https://github.com/rawrtc/rawrtc-data-channel/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/rawrtc/rawrtc-data-channel/compare/59e65d96a9feb4dd6b4a3b2f3a10ab7c067e2a60...v0.1.0
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project definition
project('rawrtcdc', 'c',
version: '0.1.0',
version: '0.1.1',
default_options: ['c_std=c99'],
meson_version: '>=0.46.0')

Expand Down Expand Up @@ -51,7 +51,7 @@ usrsctp_dep = dependency('usrsctp',

# Dependency: rawrtcc
rawrtcc_dep = dependency('rawrtcc',
version: '>=0.1.0',
version: '>=0.1.1',
fallback: ['rawrtcc', 'rawrtcc_dep'],
required: true)

Expand Down
2 changes: 1 addition & 1 deletion subprojects/rawrtcc.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wrap-git]
directory = rawrtcc
url = https://github.com/rawrtc/rawrtc-common.git
revision = v0.1.0
revision = v0.1.1

0 comments on commit d1514e1

Please sign in to comment.