File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ v0.7.16] - 2022-08-09
17
+
18
+ ### Added
19
+
12
20
- add more ` PartialEq ` implementations to ` Vec ` where ` Vec ` is the RHS
13
21
14
22
### Changed
15
23
16
24
### Fixed
17
25
26
+ - clarify in the docs that the capacity ` heapless::String ` is in bytes, not characters
18
27
- Fixed some broken links in the documentation.
19
28
20
29
## [ v0.7.15] - 2022-07-05
@@ -509,7 +518,8 @@ architecture.
509
518
510
519
- Initial release
511
520
512
- [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.15...HEAD
521
+ [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.16...HEAD
522
+ [ v0.7.16 ] : https://github.com/japaric/heapless/compare/v0.7.15...v0.7.16
513
523
[ v0.7.15 ] : https://github.com/japaric/heapless/compare/v0.7.14...v0.7.15
514
524
[ v0.7.14 ] : https://github.com/japaric/heapless/compare/v0.7.13...v0.7.14
515
525
[ v0.7.13 ] : https://github.com/japaric/heapless/compare/v0.7.12...v0.7.13
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
12
12
license = " MIT OR Apache-2.0"
13
13
name = " heapless"
14
14
repository = " https://github.com/japaric/heapless"
15
- version = " 0.7.15 "
15
+ version = " 0.7.16 "
16
16
17
17
[features ]
18
18
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments