Skip to content

Commit c00e569

Browse files
committed
# 0.1.4 (2022-03-28 / 631867c)
## Added - First release, implement main lookup logic, convert original YAMLs to Transit, and port a subset of the custom logic.
1 parent 631867c commit c00e569

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Unreleased
1+
# 0.1.4 (2022-03-28 / 631867c)
22

33
## Added
44

55
- First release, implement main lookup logic, convert original YAMLs to Transit,
6-
and port a subset of the custom logic.
6+
and port a subset of the custom logic.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Port of the Faker Ruby gem
1414
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
1515

1616
```
17-
com.lambdaisland/faker {:mvn/version "0.0.0"}
17+
com.lambdaisland/faker {:mvn/version "0.1.4"}
1818
```
1919

2020
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
2121

2222
```
23-
[com.lambdaisland/faker "0.0.0"]
23+
[com.lambdaisland/faker "0.1.4"]
2424
```
2525
<!-- /installation -->
2626

0 commit comments

Comments
 (0)