Skip to content

Commit d601eb2

Browse files
github-actions[bot]alexpasmantier
authored andcommitted
chore(changelog): update changelog (auto) (#386)
This PR was created by a GitHub Action to update the changelog. Co-authored-by: alexpasmantier <[email protected]> chore(changelog): update changelog (auto) (#387) This PR was created by a GitHub Action to update the changelog. Co-authored-by: alexpasmantier <[email protected]> chore: bump to 0.10.8
1 parent e26bd59 commit d601eb2

File tree

3 files changed

+99
-57
lines changed

3 files changed

+99
-57
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file.
44
<!-- ignore lint rules that are often triggered by content generated from commits / git-cliff -->
55
<!-- markdownlint-disable line-length no-bare-urls ul-style emphasis-style -->
66

7+
## [0.10.8](https://github.com/alexpasmantier/television/releases/tag/0.10.8) - 2025-03-16
8+
9+
### 🐛 Bug Fixes
10+
11+
- [8df4a7a](https://github.com/alexpasmantier/television/commit/8df4a7a2291ab455a6d36dd7018f956da015abf0) *(changelog)* Fix broken links in CHANGELOG.md by @murlakatamenka in [#377](https://github.com/alexpasmantier/television/pull/377)
12+
13+
### 🧪 Testing
14+
15+
- [64b2f73](https://github.com/alexpasmantier/television/commit/64b2f730b3841c32f5d30ae2ae1847db297e8bca) *(uncategorized)* More tests for cli, app, and main by @alexpasmantier in [#375](https://github.com/alexpasmantier/television/pull/375)
16+
17+
### ⚙️ Miscellaneous Tasks
18+
19+
- [b537e2e](https://github.com/alexpasmantier/television/commit/b537e2e77c69f71d08a87c4306c9156b81ec7fb5) *(changelog)* Update changelog (auto) by @github-actions[bot] in [#386](https://github.com/alexpasmantier/television/pull/386)
20+
21+
- [ed28da3](https://github.com/alexpasmantier/television/commit/ed28da325f09ecb7e9288785fa0dd004f39cfe21) *(changelog)* Update changelog (auto) by @github-actions[bot] in [#371](https://github.com/alexpasmantier/television/pull/371)
22+
23+
- [92b16e1](https://github.com/alexpasmantier/television/commit/92b16e1ba13bd6fe356210c812faaee66832ea22) *(deb)* Temporarily disable old compatibility builds by @alexpasmantier in [#385](https://github.com/alexpasmantier/television/pull/385)
24+
25+
- [e3b73e3](https://github.com/alexpasmantier/television/commit/e3b73e36e2a2114233adfe499499cc3a6fa8b50d) *(uncategorized)* Bump to 0.10.8 by @alexpasmantier
26+
27+
- [fcf4b35](https://github.com/alexpasmantier/television/commit/fcf4b35272f10488697fb74e493c399e489c6c50) *(uncategorized)* Replace manual convco check and git hook by a dedicated ci step by @alexpasmantier in [#376](https://github.com/alexpasmantier/television/pull/376)
28+
29+
30+
31+
### New Contributors
32+
* @bpairet made their first contribution in [#383](https://github.com/alexpasmantier/television/pull/383)
33+
* @murlakatamenka made their first contribution in [#377](https://github.com/alexpasmantier/television/pull/377)
34+
35+
**Full Changelog**: https://github.com/alexpasmantier/television/compare/0.10.7...0.10.8
36+
37+
738
## [0.10.7](https://github.com/alexpasmantier/television/releases/tag/0.10.7) - 2025-03-06
839

940
### ⛰️ Features

Cargo.lock

+67-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "television"
3-
version = "0.10.7"
3+
version = "0.10.8"
44
edition = "2021"
55
description = "The revolution will be televised."
66
license = "MIT"

0 commit comments

Comments
 (0)