Skip to content

Commit 5024160

Browse files
chore: release v0.1.8
1 parent 56ea86b commit 5024160

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.8](https://github.com/kixelated/moq-gst/compare/v0.1.7...v0.1.8) - 2025-03-02
11+
12+
### Added
13+
14+
- Use `gst-moq` programmatically ([#11](https://github.com/kixelated/moq-gst/pull/11))
15+
16+
### Other
17+
18+
- Upgrade MoQ ([#17](https://github.com/kixelated/moq-gst/pull/17))
19+
- Unarchive the repo. ([#15](https://github.com/kixelated/moq-gst/pull/15))
20+
- Revert "Deprecated. ([#13](https://github.com/kixelated/moq-gst/pull/13))" ([#14](https://github.com/kixelated/moq-gst/pull/14))
21+
- Deprecated. ([#13](https://github.com/kixelated/moq-gst/pull/13))
22+
- release v0.1.1 ([#5](https://github.com/kixelated/moq-gst/pull/5))
23+
- Initial audio support ([#10](https://github.com/kixelated/moq-gst/pull/10))
24+
- Fix the plugin. ([#9](https://github.com/kixelated/moq-gst/pull/9))
25+
- Merge pull request [#7](https://github.com/kixelated/moq-gst/pull/7) from kixelated/transfork
26+
- cargo update
27+
- Use the versions on cargo now that it works.
28+
- Upstream cargo.
29+
- Not fully working.
30+
- Remove machete for now.
31+
- Cargo fmt.
32+
- Correct tag.
33+
- Try installing gstreamer
34+
- Add release plz
35+
- Info level by default.
36+
- Upgrade MoQ
37+
- Add parameter to disable TLS verification
38+
- update moq-pub dependency
39+
- Remove local dependencies.
40+
- Initial implementation with video only.
41+
1042
## [0.1.7](https://github.com/kixelated/moq-rs/compare/moq-gst-v0.1.6...moq-gst-v0.1.7) - 2025-01-30
1143

1244
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.1.7"
8+
version = "0.1.8"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

0 commit comments

Comments
 (0)