Skip to content

Commit 73190d1

Browse files
chore(release): 6.0.2 [skip ci]
## [6.0.2](v6.0.1...v6.0.2) (2026-03-13)
1 parent aaab053 commit 73190d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [6.0.2](https://github.com/0xferit/uint-quantization-lib/compare/v6.0.1...v6.0.2) (2026-03-13)
2+
13
## [6.0.1](https://github.com/0xferit/uint-quantization-lib/compare/v6.0.0...v6.0.1) (2026-03-13)
24

35
## [6.0.0](https://github.com/0xferit/uint-quantization-lib/compare/v5.0.0...v6.0.0) (2026-03-13)

src/UintQuantizationLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ error NotAligned(uint256 value, uint256 stepSize);
3535
error BadConfig(uint256 discardedBitWidth, uint256 encodedBitWidth);
3636

3737
library UintQuantizationLib {
38-
string internal constant VERSION = "6.0.1";
38+
string internal constant VERSION = "6.0.2";
3939

4040
// -------------------------------------------------------------------------
4141
// Factory

0 commit comments

Comments
 (0)