File tree Expand file tree Collapse file tree 4 files changed +35
-5
lines changed Expand file tree Collapse file tree 4 files changed +35
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.0.0] ( https://github.com/mobusoperandi/michie/compare/v1.1.0...v2.0.0 ) (2022-10-24)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * The ` key_type ` parameter is removed.
7
+
8
+ Co-authored-by: Vimal Patel
< [email protected] >
9
+ Co-authored-by: José Manuel Peña
< [email protected] >
10
+
11
+ ### Features
12
+
13
+ * remove key_type parameter ([ 56dbf31] ( https://github.com/mobusoperandi/michie/commit/56dbf319eff35f238c98360ad66e42a77293fc37 ) )
14
+
15
+
16
+ ### Testing
17
+
18
+ * underscore some intentionally unused fns ([ 3f84c81] ( https://github.com/mobusoperandi/michie/commit/3f84c819f3d6789e98e27e5bc7ec02ab0d338c2e ) )
19
+ * update expected error messages ([ c73608a] ( https://github.com/mobusoperandi/michie/commit/c73608a60eac99b2c96b7f7902df38ca18bcc5e2 ) )
20
+ * update stderr files ([ d0c7437] ( https://github.com/mobusoperandi/michie/commit/d0c74372cc5a70b801244d40b6c878fb817ac09e ) )
21
+
22
+
23
+ ### Build system / dependencies
24
+
25
+ * do not set RUSTFLAGS in Makefile ([ bbae378] ( https://github.com/mobusoperandi/michie/commit/bbae378c373184075158daddf733892505b5e0b3 ) )
26
+ * update sub-dep libc ([ 131f12f] ( https://github.com/mobusoperandi/michie/commit/131f12f1266f9c59618f39a16b89824679bf83cf ) )
27
+ * upgrade cargo_toml ([ 3c99a7f] ( https://github.com/mobusoperandi/michie/commit/3c99a7fe8c38267a2a24e3e5eaf208503d562c47 ) )
28
+ * upgrade cargo-edit and cargo-make ([ 5d2ea79] ( https://github.com/mobusoperandi/michie/commit/5d2ea797dde46e1e211d39d400138cb2c5c550c7 ) )
29
+ * upgrade jql ([ 528caae] ( https://github.com/mobusoperandi/michie/commit/528caae9bdb973ba728cc8f3f365d9d3b45708e2 ) )
30
+
1
31
## [ 1.1.0] ( https://github.com/mobusoperandi/michie/compare/v1.0.0...v1.1.0 ) (2022-06-26)
2
32
3
33
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " michie"
3
- version = " 1.1 .0"
3
+ version = " 2.0 .0"
4
4
edition = " 2021"
5
5
description = " An attribute macro that adds memoization to a function (sounds like Mickey)"
6
6
repository = " https://github.com/mobusoperandi/michie"
@@ -28,7 +28,7 @@ members = [
28
28
]
29
29
30
30
[dependencies ]
31
- michie-macro = { path = " macro" , version = " =1.1 .0" }
31
+ michie-macro = { path = " macro" , version = " =2.0 .0" }
32
32
33
33
[dev-dependencies ]
34
34
cargo-edit = " 0.11.5"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " michie-macro"
3
- version = " 1.1 .0"
3
+ version = " 2.0 .0"
4
4
edition = " 2021"
5
5
description = " proc-macro crate for the michie crate"
6
6
repository = " https://github.com/mobusoperandi/michie"
You can’t perform that action at this time.
0 commit comments