Skip to content

Commit

Permalink
chore: Release gst-client version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eirenik0 committed Jul 20, 2024
1 parent f282ef9 commit 681ba19
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,26 @@ Gst Client changelog

All notable changes to this project will be documented in this file.

## [0.2.1] · 2024-07-20
[0.2.1]: /../../tree/0.2.1

[Diff](/../../compare/v0.2.0...0.2.1)

### ⚙️ Miscellaneous Tasks

- Remove unused dependencies ([f282ef9])



[f282ef9]: /../../commit/f282ef9bedc8de4ecd4c5df862877f95d9df3f5b




## [0.2.0] · 2024-07-20
[0.2.0]: /../../tree/0.2.0
[0.2.0]: /../../tree/v0.2.0

[Diff](/../../compare/v0.1.2...0.2.0)
[Diff](/../../compare/v0.1.2...v0.2.0)

### 🚀 Features

Expand All @@ -31,6 +47,7 @@ All notable changes to this project will be documented in this file.
- Add test run ([e7660ec])
- Improve version update in README ([c8db347])
- Add auto changelog generation ([6f71d58])
- Release gst-client version 0.2.0 ([7402285])



Expand All @@ -46,6 +63,7 @@ All notable changes to this project will be documented in this file.
[e7660ec]: /../../commit/e7660ec678951fb4901e57d6ef4f121c91b3929b
[c8db347]: /../../commit/c8db347f470ed78e257da1e00271ab7e95b54527
[6f71d58]: /../../commit/6f71d58d875e7f5b41c6102093b26881cb5948c8
[7402285]: /../../commit/74022852654af5eb46f842178b85a90945fadafb



Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gst-client"
version = "0.2.0"
version = "0.2.1"
description = "Provides bindings for the main functionalities of the GStreamer Daemon"
authors = ["Serhii Khalymon <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gst Client
==========

[![gst-client](https://img.shields.io/badge/v0.2.0-blue) v0.2.0](https://github.com/InnovateAndBuild/gst-client/tree/v0.2.0) ([changelog](https://github.com/InnovateAndBuild/gst-client/blob/master/CHANGELOG.md))
[![gst-client](https://img.shields.io/badge/v0.2.1-blue) v0.2.1](https://github.com/InnovateAndBuild/gst-client/tree/v0.2.1) ([changelog](https://github.com/InnovateAndBuild/gst-client/blob/master/CHANGELOG.md))


The [GStreamer Daemon][1] [Rust] Client or [gst-client][2] is a [Rust] package that provides bindings for the main functionalities of the [GStreamer Daemon].
Expand Down

0 comments on commit 681ba19

Please sign in to comment.