Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From idbag-0.2.0 To idbag-0.2.1
2024-11-10
| ||
18:09 | Add strong_count() to ArcId types. check-in: ddea43ca53 user: jan tags: trunk | |
2024-10-02
| ||
16:51 | Release maintenance. check-in: d07e7f9a14 user: jan tags: idbag-0.2.1, trunk | |
16:42 | Update changelog. Use hashbrown 0.15.0. check-in: 4d7c70b176 user: jan tags: trunk | |
2024-09-20
| ||
04:10 | Fixups. check-in: e7b22a4490 user: jan tags: idbag-0.2.0, trunk | |
03:56 | Merge macroification. check-in: d26d429dd3 user: jan tags: trunk | |
Changes to Cargo.toml.
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | [package] name = "idbag" |
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | ] # https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section [badges] maintenance = { status = "passively-maintained" } [dependencies] |
Changes to www/changelog.md.
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + + + + + + + + + + + + + + + + + + + + + - - | # Change Log ⚠️ indicates a breaking change. ## [Unreleased] |
︙ |