Skip to content

Commit 2a50d25

Browse files
committed
Prepare for 0.4.4 release
1 parent 321aa3b commit 2a50d25

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,17 @@ and data.
148148

149149
### Building
150150

151-
`gradlew check`: Compiles and runs all quality checks, including the unit tests.
152-
`gradlew fuzz`: Runs barcode encoding fuzz tests using [Jazzer](https://github.com/CodeIntelligenceTesting/jazzer).
153-
`gradlew jar`: Builds the JAR file.
154-
`gradlew publish`: Deploys to Maven Central (requires a modified gradle.properties file).
151+
`gradlew check`: Compiles and runs all quality checks, including the unit tests.
152+
`gradlew fuzz`: Runs barcode encoding fuzz tests using [Jazzer](https://github.com/CodeIntelligenceTesting/jazzer).
153+
`gradlew jar`: Builds the JAR file.
154+
`gradlew publish`: Deploys to Maven Central (requires a modified gradle.properties file).
155155

156156
### Recent Releases
157157

158+
#### Okapi Barcode 0.4.4
159+
- Aztec Code: allow user to restrict sizes to compact or normal Aztec sizes
160+
- First [reproducible build](https://github.com/jvm-repo-rebuild/reproducible-central/)
161+
158162
#### Okapi Barcode 0.4.3
159163
- Add support for UPN QR
160164
- Add support for DPD Code

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
44
apply plugin: 'jacoco'
55

66
group = 'uk.org.okapibarcode'
7-
version = '0.4.3'
7+
version = '0.4.4'
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)