File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## [ 0.8.0] - 2020-10-01
4
12
### Added
5
13
- ` analyzeme ` : Profiling data can now be constructed directly from memory without having to touch the filesystem ([ GH-123 ] )
64
72
65
73
## [ 0.2.0] - 2019-04-10
66
74
75
+ [ 9.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.0.0
67
76
[ 0.8.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.8.0
68
77
[ 0.7.1 ] : https://github.com/rust-lang/measureme/releases/tag/0.7.1
69
78
[ 0.7.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.7.0
100
109
[ GH-119 ] : https://github.com/rust-lang/measureme/pull/119
101
110
[ GH-123 ] : https://github.com/rust-lang/measureme/pull/123
102
111
[ 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