Skip to content

Commit 460e6c6

Browse files
authored
Merge pull request #139 from wesleywiser/update_changelog
Update changelog for 9.0 release
2 parents 102a48f + f10b3f1 commit 460e6c6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [9.0.0] - 2020-10-07
4+
### Added
5+
- `measureme`: Added a function to create `EventId`s with multiple arguments ([GH-138])
6+
7+
### Changed
8+
- We now use the standard semantic versioning system. As this is the 9th breaking change, we're adopting `9.0` as the version number
9+
- `measureme`: Allow recording up to 4gb of string data instead of the old limit of 1gb ([GH-137])
10+
311
## [0.8.0] - 2020-10-01
412
### Added
513
- `analyzeme`: Profiling data can now be constructed directly from memory without having to touch the filesystem ([GH-123])
@@ -64,6 +72,7 @@
6472

6573
## [0.2.0] - 2019-04-10
6674

75+
[9.0.0]: https://github.com/rust-lang/measureme/releases/tag/9.0.0
6776
[0.8.0]: https://github.com/rust-lang/measureme/releases/tag/0.8.0
6877
[0.7.1]: https://github.com/rust-lang/measureme/releases/tag/0.7.1
6978
[0.7.0]: https://github.com/rust-lang/measureme/releases/tag/0.7.0
@@ -100,3 +109,5 @@
100109
[GH-119]: https://github.com/rust-lang/measureme/pull/119
101110
[GH-123]: https://github.com/rust-lang/measureme/pull/123
102111
[GH-132]: https://github.com/rust-lang/measureme/pull/132
112+
[GH-137]: https://github.com/rust-lang/measureme/pull/137
113+
[GH-138]: https://github.com/rust-lang/measureme/pull/138

0 commit comments

Comments
 (0)