Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0](https://github.com/Ravencentric/nzb-rs/compare/v0.5.13...v0.6.0) - 2025-08-21

### Fixed

- use .start() instead of .range()
- refactor stem and extension extractor
- more robust extension and stem parser
- implement a basic "natsort" for Nzb.files
- ensure nzb has atleast one non-par2 file

### Other

- *(deps)* bump taiki-e/install-action in the actions group ([#40](https://github.com/Ravencentric/nzb-rs/pull/40))
- *(deps)* bump the actions group with 2 updates ([#42](https://github.com/Ravencentric/nzb-rs/pull/42))
- enable rust-toolchain updates in dependabot

## [0.5.13](https://github.com/Ravencentric/nzb-rs/compare/v0.5.12...v0.5.13) - 2025-08-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nzb-rs"
version = "0.5.13"
version = "0.6.0"
description = "A spec compliant parser for NZB files"
authors = ["Ravencentric <me@ravencentric.cc>"]
readme = "README.md"
Expand Down