File tree 4 files changed +17
-6
lines changed
4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.21.1] ( https://github.com/MichaReiser/salsa/compare/salsa-v0.21.0...salsa-v0.21.1 ) - 2025-04-30
11
+
12
+ ### Added
13
+
14
+ - Make ` attach ` pub ([ #832 ] ( https://github.com/MichaReiser/salsa/pull/832 ) )
15
+
16
+ ### Other
17
+
18
+ - Clean up ` function::execute ` ([ #833 ] ( https://github.com/MichaReiser/salsa/pull/833 ) )
19
+ - Change an ` assert! ` to ` assert_eq! ` ([ #828 ] ( https://github.com/MichaReiser/salsa/pull/828 ) )
20
+
10
21
## [ 0.21.0] ( https://github.com/salsa-rs/salsa/compare/salsa-v0.20.0...salsa-v0.21.0 ) - 2025-04-29
11
22
12
23
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " salsa"
3
- version = " 0.21.0 "
3
+ version = " 0.21.1 "
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
@@ -9,8 +9,8 @@ rust-version.workspace = true
9
9
description = " A generic framework for on-demand, incrementalized computation (experimental)"
10
10
11
11
[dependencies ]
12
- salsa-macro-rules = { version = " 0.21.0 " , path = " components/salsa-macro-rules" }
13
- salsa-macros = { version = " 0.21.0 " , path = " components/salsa-macros" , optional = true }
12
+ salsa-macro-rules = { version = " 0.21.1 " , path = " components/salsa-macro-rules" }
13
+ salsa-macros = { version = " 0.21.1 " , path = " components/salsa-macros" , optional = true }
14
14
15
15
boxcar = " 0.2.11"
16
16
crossbeam-queue = " 0.3.11"
@@ -42,7 +42,7 @@ macros = ["dep:salsa-macros"]
42
42
# which may ultimately result in odd issues due to the proc-macro
43
43
# output mismatching with the declarative macro inputs
44
44
[target .'cfg(any())' .dependencies ]
45
- salsa-macros = { version = " =0.21.0 " , path = " components/salsa-macros" }
45
+ salsa-macros = { version = " =0.21.1 " , path = " components/salsa-macros" }
46
46
47
47
[dev-dependencies ]
48
48
# examples
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " salsa-macro-rules"
3
- version = " 0.21.0 "
3
+ version = " 0.21.1 "
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " salsa-macros"
3
- version = " 0.21.0 "
3
+ version = " 0.21.1 "
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
You can’t perform that action at this time.
0 commit comments