You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
24
# Prost version 0.14.2
2
25
3
26
_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
27
28
+
**note**: this version was yanked in favor of 0.14.2
0 commit comments