Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Waeselynck committed Oct 25, 2018
1 parent 77b1556 commit 832db1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ All notable changes to this project will be documented in this file. This change

## [Unreleased]

## [0.0.1-alpha] - 2018-03-27
## [0.1.0] - 2018-10-25
### Added
- Basic implementation and tests based on BandSquare's internal code, supports asynchronous and tabular resolvers.
- Basic d2q features and tutorials.

[Unreleased]: https://github.com/your-name/d2q/compare/0.1.1-alpha...HEAD
[Unreleased]: https://github.com/your-name/d2q/compare/0.1.0...HEAD
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject vvvvalvalval/d2q "0.0.1-SNAPSHOT"
(defproject vvvvalvalval/d2q "0.1.0"
:description "An expressive, efficient, generally applicable engine for implementing graph-pulling API servers in Clojure."
:url "https://github.com/vvvvalvalval/d2q"
:license {:name "MIT License"
Expand Down

0 comments on commit 832db1b

Please sign in to comment.