File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 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 ] )
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
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
You can’t perform that action at this time.
0 commit comments