Skip to content

Commit 93d3d11

Browse files
committed
#3: Add release notes.
1 parent eee827b commit 93d3d11

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PRNGine (1.0.0)
1+
# PRNGine (1.0.1)
22

33
*PRNGine* is a pseudo-random number generator library for sequential and parallel [Monte Carlo simulations](https://de.wikipedia.org/wiki/Monte-Carlo-Simulation). It has been designed to work smoothly with the [Jenetics](http://jenetics.io) GA library, but it has no dependency to it. All PRNG implementations of this library extends the Java [Random](http://docs.oracle.com/javase/8/docs/api/java/util/Random.html) class, which makes it easily usable in other projects. *The PRNGs are* **not** *cryptographically strong RNGs.*
44

@@ -43,8 +43,8 @@ For building the PRNGine library you have to check out the master branch from G
4343

4444
## Download
4545

46-
* **Github**: <https://github.com/jenetics/prngine/archive/v1.0.0.zip>
47-
* **Maven**: `io.jenetics:prngine:1.0.0` on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22prngine%22)
46+
* **Github**: <https://github.com/jenetics/prngine/archive/v1.0.1.zip>
47+
* **Maven**: `io.jenetics:prngine:1.0.1` on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22prngine%22)
4848

4949
## Examples
5050

@@ -155,3 +155,10 @@ The library is licensed under the [Apache License, Version 2.0](http://www.apach
155155
See the License for the specific language governing permissions and
156156
limitations under the License.
157157

158+
## Release notes
159+
160+
### [1.0.1](https://github.com/jenetics/prngine/releases/tag/v1.0.1)
161+
162+
#### Improvements
163+
164+
* [#3](https://github.com/jenetics/prngine/issues/3): Define stable module name. Set the `Automatic-Module-Name` to `io.jenetics.prngine`.

0 commit comments

Comments
 (0)