Skip to content
Merged
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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.1](https://github.com/andrewhickman/protox/compare/protox-v0.9.0...protox-v0.9.1) - 2025-12-01

### Other

- Remove a reference to `prost::DecodeError::new` which was removed in prost version 0.14.2

## [0.9.0](https://github.com/andrewhickman/protox/compare/protox-v0.8.0...protox-v0.9.0) - 2025-06-13

### Added

- [**breaking**] Update to prost 0.14.0

### Other

- Fix clippy lint
- Include test files in the crate ([#95](https://github.com/andrewhickman/protox/pull/95))
- Update protobuf version ([#94](https://github.com/andrewhickman/protox/pull/94))
- Clarify the license due to bundled protobuf sources ([#92](https://github.com/andrewhickman/protox/pull/92))
- Update MSRV badge in readme

## [0.8.0] - 2025-04-10

### Changed
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.

19 changes: 0 additions & 19 deletions protox-parse/CHANGELOG.md

This file was deleted.

16 changes: 1 addition & 15 deletions protox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,4 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.9.0](https://github.com/andrewhickman/protox/compare/protox-v0.8.0...protox-v0.9.0) - 2025-06-13

### Added

- [**breaking**] Update to protox 0.14.0

### Other

- Fix clippy lint
- Include test files in the crate ([#95](https://github.com/andrewhickman/protox/pull/95))
- Update protobuf version ([#94](https://github.com/andrewhickman/protox/pull/94))
- Clarify the license due to bundled protobuf sources ([#92](https://github.com/andrewhickman/protox/pull/92))
- Update MSRV badge in readme
## [Unreleased]
2 changes: 1 addition & 1 deletion protox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protox"
description = "A rust implementation of the protobuf compiler."
keywords = ["protobuf", "serialization"]
categories = ["compilers", "encoding", "development-tools::build-utils"]
version = "0.9.0"
version = "0.9.1"
authors = ["Andrew Hickman <andrew.hickman1@sky.com>"]
repository = "https://github.com/andrewhickman/protox"
documentation = "https://docs.rs/protox"
Expand Down
Loading