Skip to content

Commit

Permalink
carry-debugger: bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
metametadata committed Jun 10, 2016
1 parent 927d249 commit ff83fd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions contrib/debugger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.5.0

- Bump dependencies.

## 0.4.0

- Public release.
4 changes: 2 additions & 2 deletions contrib/debugger/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def version "0.4.0")
(def version "0.5.0")

(defproject
carry-debugger
Expand All @@ -11,7 +11,7 @@
[org.clojure/clojurescript "1.9.36" :scope "provided"]

[carry-schema "0.3.0"]
[carry-reagent "0.4.0"]
[carry-reagent "0.5.0"]

[org.clojure/core.match "0.3.0-alpha4"]
[reagent "0.6.0-rc"]
Expand Down

0 comments on commit ff83fd6

Please sign in to comment.