Skip to content

Commit 71a0eba

Browse files
chore: release v0.1.8
1 parent 3ed2e73 commit 71a0eba

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.3](https://github.com/kixelated/hang-gst/compare/v0.2.2...v0.2.3) - 2025-08-25
11+
12+
### Added
13+
14+
- Use `gst-moq` programmatically ([#11](https://github.com/kixelated/hang-gst/pull/11))
15+
16+
### Other
17+
18+
- Add in some upstream gst stuff.
19+
- Create a source plugin too. ([#19](https://github.com/kixelated/hang-gst/pull/19))
20+
- Remove the leading slash. ([#18](https://github.com/kixelated/hang-gst/pull/18))
21+
- Upgrade MoQ ([#17](https://github.com/kixelated/hang-gst/pull/17))
22+
- Unarchive the repo. ([#15](https://github.com/kixelated/hang-gst/pull/15))
23+
- Revert "Deprecated. ([#13](https://github.com/kixelated/hang-gst/pull/13))" ([#14](https://github.com/kixelated/hang-gst/pull/14))
24+
- Deprecated. ([#13](https://github.com/kixelated/hang-gst/pull/13))
25+
- release v0.1.1 ([#5](https://github.com/kixelated/hang-gst/pull/5))
26+
- Initial audio support ([#10](https://github.com/kixelated/hang-gst/pull/10))
27+
- Fix the plugin. ([#9](https://github.com/kixelated/hang-gst/pull/9))
28+
- Merge pull request #7 from kixelated/transfork
29+
- cargo update
30+
- Use the versions on cargo now that it works.
31+
- Upstream cargo.
32+
- Not fully working.
33+
- Remove machete for now.
34+
- Cargo fmt.
35+
- Correct tag.
36+
- Try installing gstreamer
37+
- Add release plz
38+
- Info level by default.
39+
- Upgrade MoQ
40+
- Add parameter to disable TLS verification
41+
- update moq-pub dependency
42+
- Remove local dependencies.
43+
- Initial implementation with video only.
44+
1045
## [0.2.2] - 2025-08-12
1146

1247
### 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/hang-gst"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.2.2"
8+
version = "0.2.3"
99
edition = "2021"
1010

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

0 commit comments

Comments
 (0)