Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 7, 2024
1 parent 30dbf9a commit 443e6b0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## v0.2.1 (2024-10-07)

### Fix

* fix: inherit str in VideoCodec enum for Typer compatibility

Inherit from `str` in `VideoCodec` enum to ensure it behaves like a string, resolving Typer compatibility issue. ([`d6251f1`](https://github.com/ivansaul/CLI-Video-Compressor/commit/d6251f134bef02e214f81afce918abc0b45b5ba7))

* fix: enforce valid quality range

Added validation to ensure the quality argument falls within a valid range (0-100). This prevents potential errors and ensures that the user's input is always treated correctly. ([`631e60d`](https://github.com/ivansaul/CLI-Video-Compressor/commit/631e60d83d2e514dfe3e5d5a889bdcd74a6f6098))

### Unknown

* Merge pull request #19 from ivansaul/fix/cli-arguments-validations

Fix cli arguments validations ([`30dbf9a`](https://github.com/ivansaul/CLI-Video-Compressor/commit/30dbf9ab953748bacb5d5f4844102711ea5affc2))

## v0.2.0 (2024-10-07)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vidpack"
version = "0.2.0"
version = "0.2.1"
description = "A Python script for efficiently compressing videos without sacrificing quality"
authors = ["ivansaul"]
license = "MIT"
Expand Down

0 comments on commit 443e6b0

Please sign in to comment.