File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Release 0.6.1
2
+
3
+ ## What's Changed
4
+ * bump protox version to match ` prost ` version being used. by @GeneralOneill in https://github.com/fdeantoni/prost-wkt/pull/70
5
+ * Upgrade protobuf-src from 1.1.0 to 2.1.0 by @daniel-b2c2 in https://github.com/fdeantoni/prost-wkt/pull/71
6
+ * feat: Add customization of type url generation by @asyade in https://github.com/fdeantoni/prost-wkt/pull/72
7
+ * Add Schemars Support by @jayhf in https://github.com/fdeantoni/prost-wkt/pull/77
8
+
9
+ ** Full Changelog** : https://github.com/fdeantoni/prost-wkt/compare/v0.6.0...v0.6.1
10
+
11
+
1
12
# Release 0.6.0
2
13
3
14
## What's Changed
4
15
* Use an anonymous const rather than a dummy name by @CodingAnarchy in https://github.com/fdeantoni/prost-wkt/pull/65
5
16
* Upgrade prost crates to 0.13 by @nickpresta in https://github.com/fdeantoni/prost-wkt/pull/68
6
17
7
- ## Breakting Changes
18
+ ## Breaking Changes
8
19
* All Prost 0.12 to 0.13 breaking changes
9
20
* The ` From<DateTime> for Timestamp ` has been replaced by ` TryFrom ` .
10
21
11
22
** Full Changelog** : https://github.com/fdeantoni/prost-wkt/compare/v0.5.1...v0.6.0
12
23
13
24
14
- # Releaes 0.5.2
25
+ # Release 0.5.2
15
26
16
27
** Note** : This release was yanked in favour of 0.6.0
17
28
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ stabilized.
304
304
305
305
## MSRV ##
306
306
307
- The minimum supported Rust version is Rust 1.70.0 .
307
+ The minimum supported Rust version is Rust 1.70.1 .
308
308
309
309
## License ##
310
310
You can’t perform that action at this time.
0 commit comments