Skip to content

Latest commit

 

History

History
134 lines (76 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

134 lines (76 loc) · 3.89 KB

Changelog

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

CI

  • Update changelog

Changed

  • Update MSRV badge
  • Update README badges

Fixed

  • Add test for #51

Other

  • Reduce required dependencies

0.4.4 - 2022-11-05

Fixed

  • Handle case where parse fails on invalid port (#50)

0.4.3 - 2022-10-11

Added

  • 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)

Fixed

  • 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)

Other

  • Troubleshoot CI commit fail (#39)
  • Troubleshoot Post PR (#40)
  • Work out ci string parsing (#48)

0.4.2 - 2022-05-30

Added

  • Support Gerrit source code (#24)

CI

  • Replace log crate with tracing (#25)

0.4.1 - 2022-05-26

Fixed

  • Fix a panic case (#21)

Other

  • Ci tune (#18)

Removed

  • Update dependencies and readme (#23)

0.4.0 - 2021-11-14

Added

  • Adding release dates in changelog
  • Rename workflow + add workflow_dispatch to ci

0.3.1 - 2021-01-27

CI

  • Updating Changelog to prepare for v0.3.1

Other

  • Loosens dependency restrictions (#12) (#13)

0.3.0 - 2020-10-02

Added

  • Adding schemas

0.2.0 - 2020-05-13

Added

  • Adding build + test
  • Adding badges to README.md

Other

  • Making enums and structs Clone

0.1.0 - 2020-02-05

Added

  • Adding docs url to Cargo.toml
  • Adding support for Azure Devops repos

Other

  • Updating Cargo.toml for packaging

0.0.1 - 2020-01-22

Other

  • Initial commit
  • Initial code commit