Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Synt4xErr0r4 authored Feb 15, 2024
1 parent ee51a1d commit 55860a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This library can convert `java.math.BigDecimal`s into IEEE 754 binary representa

## Getting started

In order to use the code, you can either [download the jar](https://github.com/Synt4xErr0r4/ieee754-java/releases/download/2.0.0/ieee754-java-2.1.0.jar), or use the Maven dependency:
In order to use the code, you can either [download the jar](https://github.com/Synt4xErr0r4/ieee754-java/releases/download/2.0.1/ieee754-java-2.1.1.jar), or use the Maven dependency:

```xml
<!-- Repository -->
Expand All @@ -23,7 +23,7 @@ In order to use the code, you can either [download the jar](https://github.com/S
<dependency>
<groupId>at.syntaxerror</groupId>
<artifactId>ieee754-java</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand Down Expand Up @@ -165,6 +165,10 @@ The JavaDoc for the latest version can be found [here](https://javadoc.syntaxerr

## Changelog

### 2.1.1

- Fixed bug with values around the minimum subnormal value becoming 0

### 2.1.0

- Added support for different rounding modes
Expand Down

0 comments on commit 55860a7

Please sign in to comment.