Skip to content

Commit

Permalink
chore: Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Nov 30, 2023
1 parent 4e296af commit 87a0142
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
38 changes: 36 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,47 @@
# Changelog

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

## [0.0.3] - 2023-11-30

### Bug Fixes

- Also derive `Eq` for `Color` struct
- Remove needless borrow on `File::create()` argument
- Use variables directly in `format!` string
- Fix remaining clippy warnings
- Fix some clippy warnings

### Documentation

- Fix some phrasing issues in README.md

### Miscellaneous Tasks

- Update pre-commit hooks
- Fix false-positive in codespell hook
- Add markdownlint-cli2 hook
- Add prettier hook for YAML auto-formatting
- Add sourceheaders hook for automatic license headers
- Add `gitlint` hook
- Update pre-commit hooks
- Update dependencies to latest versions

### Styling

- Apply automatic changes from rustfmt
- Reformat YAML files in a consistent style
- Reformat Markdown files to fix various formatting issues
- Add source code headers to all source files

## [v0.0.2] - 2022-02-19

- Add initial support for reading the Serato Library #7
- Split MP4_ATOM string into mean and name parts #8
- Add methods to write tags to tag container #9
- Add native GEOB tag support to reader example #10
- Various code cleanups and improvements #13 #14 #15 #16

## v0.0.1
## [v0.0.1] - 2021-02-04

Initial release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "triseratops"
version = "0.0.2"
version = "0.0.3"
authors = ["Jan Holthuis <[email protected]>"]
description = "The robust, in-depth Serato Parser & Serializer."
readme = "README.md"
Expand Down

0 comments on commit 87a0142

Please sign in to comment.