Skip to content

Commit

Permalink
Setting version to 0.4.0-M1:
Browse files Browse the repository at this point in the history
* Upgrades:
    - [x] upgrade to [sbt-release](https://github.com/sbt/sbt-release) [`0.8.2`](http://notes.implicit.ly/post/76357095731/sbt-release-0-8-2)
    - [x] upgrade to [sbt-s3-resolver `0.8.0`](https://github.com/ohnosequences/sbt-s3-resolver/releases/tag/v0.8.0)
    - [x] upgrade to [literator `v0.5.0`](https://github.com/laughedelic/literator/releases/tag/v0.5.0)

* New integrations:
    - [x] [sbt-taglist](https://github.com/johanandren/sbt-taglist): for warnings about `TODO` and `FIXME` tags
    - [x] [sbt-github-release](https://github.com/ohnosequences/sbt-github-release): for automated release notes and artifacts on Github
    - [x] javadocs/scaladocs API docs generation as a release process step (#15)

* Improvements:
    - [x] improve release process (#12)
    - [x] adding release notes to the version setting commit message
    - [x] `clean` cleans `project/` folder from sbt-stuff and cleans all generated docs
  • Loading branch information
laughedelic committed Feb 26, 2014
1 parent f4c345e commit 917d87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.4.0-SNAPSHOT"
version in ThisBuild := "0.4.0-M1"

0 comments on commit 917d87b

Please sign in to comment.