Skip to content

Commit 53d900f

Browse files
committed
Release v0.1.2
1 parent fe45a79 commit 53d900f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## unreleased
88

9+
## 0.1.2 - 2022-07-27
10+
11+
### Fixed
12+
13+
- Suppress a compilation warning for an unused variable in `smolrtsp_vheader`.
14+
- Overflow while computing an RTP timestamp.
15+
916
## 0.1.1 - 2022-03-31
1017

1118
### Fixed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "SmolRTSP"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.1.1
41+
PROJECT_NUMBER = 0.1.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)