@@ -9,27 +9,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ### Fixed
13
+
14
+ - docs.rs build ([ #356 ] )
15
+
16
+ [ #356 ] : https://github.com/recmo/uint/pull/356
17
+
12
18
## [ 1.12.0] - 2024-02-27
13
19
14
- - Overflow check in ` overflowing_shr ` implementation ([ #347 ] )
20
+ ### Added
21
+
15
22
- Wrap the ` uint! ` macro to allow usage without needing ` uint ` import ([ #350 ] )
16
23
17
- [ #347 ] : https://github.com/recmo/uint/pulls/347
18
- [ #350 ] : https://github.com/recmo/uint/pulls/350
24
+ ### Fixed
25
+
26
+ - Overflow check in ` overflowing_shr ` implementation ([ #347 ] )
27
+
28
+ [ #347 ] : https://github.com/recmo/uint/pull/347
29
+ [ #350 ] : https://github.com/recmo/uint/pull/350
19
30
20
31
## [ 1.11.1] - 2023-11-18
21
32
22
33
### Fixed
23
34
24
35
- Typo in ` Shr ` implementation ([ #343 ] )
25
36
26
- [ #343 ] : https://github.com/recmo/uint/pulls /343
37
+ [ #343 ] : https://github.com/recmo/uint/pull /343
27
38
28
39
### Added
29
40
30
41
- Enable ` SSZ ` ([ #344 ] )
31
42
32
- [ #344 ] : https://github.com/recmo/uint/pulls /344
43
+ [ #344 ] : https://github.com/recmo/uint/pull /344
33
44
34
45
## [ 1.11.0] - 2023-10-31
35
46
@@ -48,22 +59,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
59
- Restricted RLP decoding to match the RLP spec and disallow leading zeros ([ #335 ] )
49
60
- ` leading_ones ` failed for non-aligned sizes.
50
61
51
- [ #292 ] : https://github.com/recmo/uint/pulls /292
52
- [ #296 ] : https://github.com/recmo/uint/pulls /296
53
- [ #298 ] : https://github.com/recmo/uint/pulls /298
54
- [ #310 ] : https://github.com/recmo/uint/pulls /310
55
- [ #316 ] : https://github.com/recmo/uint/pulls /316
56
- [ #324 ] : https://github.com/recmo/uint/pulls /324
57
- [ #329 ] : https://github.com/recmo/uint/pulls /329
58
- [ #335 ] : https://github.com/recmo/uint/pulls /335
62
+ [ #292 ] : https://github.com/recmo/uint/pull /292
63
+ [ #296 ] : https://github.com/recmo/uint/pull /296
64
+ [ #298 ] : https://github.com/recmo/uint/pull /298
65
+ [ #310 ] : https://github.com/recmo/uint/pull /310
66
+ [ #316 ] : https://github.com/recmo/uint/pull /316
67
+ [ #324 ] : https://github.com/recmo/uint/pull /324
68
+ [ #329 ] : https://github.com/recmo/uint/pull /329
69
+ [ #335 ] : https://github.com/recmo/uint/pull /335
59
70
60
71
## [ 1.10.1] - 2023-07-30
61
72
62
73
### Fixed
63
74
64
75
- Fixed some support features ([ #289 ] )
65
76
66
- [ #289 ] : https://github.com/recmo/uint/pulls /289
77
+ [ #289 ] : https://github.com/recmo/uint/pull /289
67
78
68
79
## [ 1.10.0] - 2023-07-30
69
80
@@ -72,8 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
83
- Support for ` no_std ` environments ([ #274 ] )
73
84
- ` alloc ` feature ([ #277 ] )
74
85
75
- [ #274 ] : https://github.com/recmo/uint/pulls /274
76
- [ #277 ] : https://github.com/recmo/uint/pulls /277
86
+ [ #274 ] : https://github.com/recmo/uint/pull /274
87
+ [ #277 ] : https://github.com/recmo/uint/pull /277
77
88
78
89
## [ 1.9.0] - 2023-07-25
79
90
0 commit comments