Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Mar 26, 2018
1 parent 570bc51 commit c4993bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.5.0] - 2018-03-26

### Added

Expand All @@ -12,6 +12,7 @@
- Use commons-compress for decompression.
- Update clj-http to 3.8.0.
- Use mock FTP server for test.
- Make default FTP user "anonymous".

### Removed

Expand Down Expand Up @@ -152,7 +153,8 @@

First release.

[Unreleased]: https://github.com/totakke/cavia/compare/0.4.3...HEAD
[Unreleased]: https://github.com/totakke/cavia/compare/0.5.0...HEAD
[0.5.0]: https://github.com/totakke/cavia/compare/0.4.3...0.5.0
[0.4.3]: https://github.com/totakke/cavia/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/totakke/cavia/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/totakke/cavia/compare/0.4.0...0.4.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Cavia is available as a Maven artifact from [Clojars](http://clojars.org/cavia).
With Leiningen/Boot:

```clojure
[cavia "0.4.3"]
[cavia "0.5.0"]
```

## Usage
Expand Down Expand Up @@ -173,6 +173,6 @@ with test frameworks like clojure.test,

## License

Copyright © 2014-2017 Toshiki Takeuchi
Copyright © 2014-2018 Toshiki Takeuchi

Distributed under the Eclipse Public License version 1.0.
Distributed under the [Eclipse Public License version 1.0](LICENSE).
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cavia "0.5.0-SNAPSHOT"
(defproject cavia "0.5.0"
:description "Test resource manager for Clojure project"
:url "https://github.com/totakke/cavia"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit c4993bb

Please sign in to comment.