Skip to content

Commit

Permalink
Prepared release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Sep 15, 2022
1 parent d0a7eac commit 193aaf5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Geny 0.7.1
Geny 1.0.0
==========

```scala
// SBT
"com.lihaoyi" %% "geny" % "0.7.1"
"com.lihaoyi" %%% "geny" % "0.7.1" // Scala.js / Native
"com.lihaoyi" %% "geny" % "1.0.0"
"com.lihaoyi" %%% "geny" % "1.0.0" // Scala.js / Native

// Mill
ivy"com.lihaoyi::geny:0.7.1"
ivy"com.lihaoyi::geny::0.7.1" // Scala.js / Native
ivy"com.lihaoyi::geny:1.0.0"
ivy"com.lihaoyi::geny::1.0.0" // Scala.js / Native
```

Geny is a small library that provides push-based versions of common standard
Expand Down Expand Up @@ -402,6 +402,12 @@ particular usage pattern.
Changelog
=========

1.0.0
-----

- Support Semantic Versioning
- Removed deprecated API

0.7.1
-----

Expand Down

0 comments on commit 193aaf5

Please sign in to comment.