Skip to content

Commit fce97db

Browse files
committed
Bump version to 1.3.0
1 parent 01cd9ca commit fce97db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Releases
22

3+
## v1.3.0
4+
* improve hex encoder performance by factor 5
5+
36
## v1.2.0
47

58
* let hex decoder accept odd length string #37
6-
* improve hex encoder performance by factor 5
79

810
## v1.1.0
911

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>at.favre.lib</groupId>
88
<artifactId>bytes</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.3.0</version>
1010
<packaging>bundle</packaging>
1111

1212
<name>Bytes Utility Library</name>

0 commit comments

Comments
 (0)