-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make low-level state* function public and documented
- Loading branch information
Arnout Roemers
committed
Jul 7, 2020
1 parent
4f92ddf
commit 1643b19
Showing
4 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Change Log | ||
|
||
## 1.0.1 | ||
|
||
### Added | ||
|
||
- The low-level `state*` function is now public and documented. | ||
|
||
## 1.0.0 | ||
|
||
Initial release |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
(defproject functionalbytes/redelay "1.0.0" | ||
(defproject functionalbytes/redelay "1.0.1" | ||
:description "Clojure library for first class lifecycle-managed state." | ||
:url "https://github.com/aroemers/redelay" | ||
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" | ||
:url "https://www.eclipse.org/legal/epl-2.0/"} | ||
:dependencies [[org.clojure/clojure "1.10.1"]] | ||
:repl-options {:init-ns redelay.core} | ||
:plugins [[lein-codox "0.10.7"]]) | ||
:repl-options {:init-ns redelay.core}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters