Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
### Added
- ExtFont#get(Narrow|Wide)Font(BMP|PNG) functions(#77)
- ImageUtil#ebBitmap2BMP utility function for font and graphic conversion

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Sep 27, 2021
1 parent aff97b2 commit 9f164c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.3.0] - 2021-9-27

### Added
- ExtFont#get(Narrow|Wide)Font(BMP|PNG) functions(#77)
- ImageUtil#ebBitmap2BMP utility function for font and graphic conversion

## [2.2.2] - 2021-9-8

### Fixed
Expand Down Expand Up @@ -157,7 +163,8 @@ All notable changes to this project will be documented in this file.
### Added
- Import from eb4j-1.0.5

[Unreleased]: https://github.com/eb4j/eb4j/compare/v2.2.2...HEAD
[Unreleased]: https://github.com/eb4j/eb4j/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/eb4j/eb4j/compare/v2.2.2...v2.3.0
[2.2.2]: https://github.com/eb4j/eb4j/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/eb4j/eb4j/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/eb4j/eb4j/compare/v2.1.12...v2.2.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ You can obtain EB4J library from Github Packages.

```
dependencies {
implementation 'io.github.eb4j:eb4j:2.2.2'
implementation 'io.github.eb4j:eb4j:2.3.0'
}
```

### Gradle(kts)

```
dependencies {
implementation('io.github.eb4j:eb4j:2.2.2')
implementation('io.github.eb4j:eb4j:2.3.0')
}
```

Expand All @@ -28,7 +28,7 @@ dependencies {
<dependency>
<groupId>io.github.eb4j</groupId>
<artifactId>eb4j</artifactId>
<version>2.2.2</version>
<version>2.3.0</version>
<type>jar</type>
</dependency>
...
Expand Down

0 comments on commit 9f164c5

Please sign in to comment.