Skip to content

Commit 8776405

Browse files
authored
docs: Update changelog for version 0.14.3 (#1431)
1 parent 33d3ef1 commit 8776405

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
1+
# Prost version 0.14.3
2+
3+
_PROST!_ is a [Protocol Buffers](https://protobuf.dev/) implementation for the [Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and `proto3` files.
4+
5+
## ⚠️ Heads-up
6+
7+
- Add back `DecodeError::new` (#1382)
8+
9+
The `DecodeError::new()` was removed to simplify our code. It was not part of the public API, but
10+
removing it broke code in other crates. It is added back to prevent breakage across the ecosystem.
11+
12+
## 🐛 Bug Fixes
13+
- Name::full_name() is correct for empty packages (#1386)
14+
15+
## 💼 Dependencies
16+
17+
- *(deps)* Bump actions/upload-artifact from 5 to 6 (#1381)
18+
- *(deps)* Update pulldown-cmark-to-cmark requirement from 21 to 22 (#1384)
19+
20+
### ⚙️ Miscellaneous Tasks
21+
22+
- Remove protobuf submodule and leverage cmake for it (#1389)
23+
124
# Prost version 0.14.2
225

326
_PROST!_ is a [Protocol Buffers](https://protobuf.dev/) implementation for the [Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and `proto3` files.
427

28+
**note**: this version was yanked in favor of 0.14.2
29+
530
## ⚠️ Heads-up
631

732
- Increase MSRV to 1.82 (#1356)

0 commit comments

Comments
 (0)