Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Apr 5, 2019
1 parent 7e4440e commit 8e5bbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## Unreleased
## 0.1.0 - 2019-04-05
### Added
- Initial implementation
- Initial implementation, including defschema+, get-generator, set-generator, +->, and +generate->
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject travelboss/schema-plus "0.1.0-SNAPSHOT"
(defproject travelboss/schema-plus "0.1.0"
:description "Adds easy mock generation and builder functions to plumatic/schema definitions"
:url "http://github.com/travelboss/schema-plus"
:license {:name "MIT"
Expand Down

0 comments on commit 8e5bbbc

Please sign in to comment.