All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.5 - 2024-09-06
- Update changelog
- Update MSRV badge
- Update README badges
- Add test for #51
- Reduce required dependencies
0.4.4 - 2022-11-05
- Handle case where parse fails on invalid port (#50)
0.4.3 - 2022-10-11
- Add short git URL notation support (#28)
- Add MSRV badge (#36)
- Add personal access token to checkout (#41)
- Add pre-merge generated updates (#42)
- Add support for wasm32-unknown-unknown compilation target (#44)
- Update CHANGELOG from Github Actions
- Make changelog update fixup to PR commit (#33)
- Fix post pr workflow (#37)
- Post PR: Include all PR files with changelog commit with
--all
(#38) - Add dependency for update job completion before Bors merges (#43)
- Fix post merge lint (#45)
0.4.2 - 2022-05-30
- Support Gerrit source code (#24)
- Replace log crate with tracing (#25)
0.4.1 - 2022-05-26
- Fix a panic case (#21)
- Ci tune (#18)
- Update dependencies and readme (#23)
0.4.0 - 2021-11-14
- Adding release dates in changelog
- Rename workflow + add workflow_dispatch to ci
0.3.1 - 2021-01-27
- Updating Changelog to prepare for v0.3.1
0.3.0 - 2020-10-02
- Adding schemas
0.2.0 - 2020-05-13
- Adding build + test
- Adding badges to README.md
- Making enums and structs Clone
0.1.0 - 2020-02-05
- Adding docs url to Cargo.toml
- Adding support for Azure Devops repos
- Updating Cargo.toml for packaging
0.0.1 - 2020-01-22
- Initial commit
- Initial code commit