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 Aug 15, 2019
1 parent 3d4e2a3 commit 8444adc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

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

* Add getter/setter for send/receive buffer length
* Add getter/setter for congestion control algorithm

## [0.1.2] (2019-03-18)

* Fix SSE 4.2 detection
Expand All @@ -14,6 +19,7 @@



[0.1.3]: https://github.com/rawrtc/rawrtc-data-channel/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/rawrtc/rawrtc-data-channel/compare/v0.1.1...v0.1.2
[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
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('rawrtcdc', '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 8444adc

Please sign in to comment.