File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.26.2] ( https://github.com/salsa-rs/salsa/compare/salsa-v0.26.1...salsa-v0.26.2 ) - 2026-05-03
11+
12+ ### Fixed
13+
14+ - fix tracked impl db lifetime for as_deref return mode ([ #1084 ] ( https://github.com/salsa-rs/salsa/pull/1084 ) )
15+
16+ ### Other
17+
18+ - Do not use ` #[allow(non_local_definitions)] ` ([ #1090 ] ( https://github.com/salsa-rs/salsa/pull/1090 ) )
19+ - Exclude the book from published crates ([ #1089 ] ( https://github.com/salsa-rs/salsa/pull/1089 ) )
20+ - Detect overlapping supertype variants via leaf type IDs ([ #1080 ] ( https://github.com/salsa-rs/salsa/pull/1080 ) )
21+ - Bump hashbrown to 0.17 ([ #1087 ] ( https://github.com/salsa-rs/salsa/pull/1087 ) )
22+ - Expose ` Revision::max() ` and make it const ([ #1086 ] ( https://github.com/salsa-rs/salsa/pull/1086 ) )
23+
1024## [ 0.26.1] ( https://github.com/salsa-rs/salsa/compare/salsa-v0.26.0...salsa-v0.26.1 ) - 2026-03-20
1125
1226### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " salsa"
3- version = " 0.26.1 "
3+ version = " 0.26.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
@@ -12,8 +12,8 @@ exclude = [
1212]
1313
1414[dependencies ]
15- salsa-macro-rules = { version = " 0.26.1 " , path = " components/salsa-macro-rules" }
16- salsa-macros = { version = " 0.26.1 " , path = " components/salsa-macros" , optional = true }
15+ salsa-macro-rules = { version = " 0.26.2 " , path = " components/salsa-macro-rules" }
16+ salsa-macros = { version = " 0.26.2 " , path = " components/salsa-macros" , optional = true }
1717
1818boxcar = " 0.2.14"
1919crossbeam-queue = " 0.3.12"
@@ -68,7 +68,7 @@ salsa_unstable = []
6868# which may ultimately result in odd issues due to the proc-macro
6969# output mismatching with the declarative macro inputs
7070[target .'cfg(any())' .dependencies ]
71- salsa-macros = { version = " =0.26.1 " , path = " components/salsa-macros" }
71+ salsa-macros = { version = " =0.26.2 " , path = " components/salsa-macros" }
7272
7373[dev-dependencies ]
7474# examples
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.26.2] ( https://github.com/salsa-rs/salsa/compare/salsa-macro-rules-v0.26.1...salsa-macro-rules-v0.26.2 ) - 2026-05-03
11+
12+ ### Other
13+
14+ - Do not use ` #[allow(non_local_definitions)] ` ([ #1090 ] ( https://github.com/salsa-rs/salsa/pull/1090 ) )
15+ - Detect overlapping supertype variants via leaf type IDs ([ #1080 ] ( https://github.com/salsa-rs/salsa/pull/1080 ) )
16+
1017## [ 0.26.0] ( https://github.com/salsa-rs/salsa/compare/salsa-macro-rules-v0.25.2...salsa-macro-rules-v0.26.0 ) - 2026-02-02
1118
1219### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " salsa-macro-rules"
3- version = " 0.26.1 "
3+ version = " 0.26.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.26.2] ( https://github.com/salsa-rs/salsa/compare/salsa-macros-v0.26.1...salsa-macros-v0.26.2 ) - 2026-05-03
11+
12+ ### Fixed
13+
14+ - fix tracked impl db lifetime for as_deref return mode ([ #1084 ] ( https://github.com/salsa-rs/salsa/pull/1084 ) )
15+
16+ ### Other
17+
18+ - Detect overlapping supertype variants via leaf type IDs ([ #1080 ] ( https://github.com/salsa-rs/salsa/pull/1080 ) )
19+
1020## [ 0.26.1] ( https://github.com/salsa-rs/salsa/compare/salsa-macros-v0.26.0...salsa-macros-v0.26.1 ) - 2026-03-20
1121
1222### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " salsa-macros"
3- version = " 0.26.1 "
3+ version = " 0.26.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments