Commit 2a50d25 1 parent 321aa3b commit 2a50d25 Copy full SHA for 2a50d25
File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -148,13 +148,17 @@ and data.
148
148
149
149
### Building
150
150
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).
155
155
156
156
### Recent Releases
157
157
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
+
158
162
#### Okapi Barcode 0.4.3
159
163
- Add support for UPN QR
160
164
- Add support for DPD Code
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'eclipse'
4
4
apply plugin : ' jacoco'
5
5
6
6
group = ' uk.org.okapibarcode'
7
- version = ' 0.4.3 '
7
+ version = ' 0.4.4 '
8
8
9
9
repositories {
10
10
mavenCentral()
You can’t perform that action at this time.
0 commit comments