aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2013-06-03 12:30:49 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2013-06-03 12:30:49 +0200
commitac598b652459c071cd6eb6649a50131a4221d70c (patch)
treec825048ddb8a473f9482f6ca8b462c10c81387cf
parent046df87d27396bfbda17ce6e805af69fbd3df083 (diff)
downloadsbt-boilerplate-ac598b652459c071cd6eb6649a50131a4221d70c.tar.gz
sbt-boilerplate-ac598b652459c071cd6eb6649a50131a4221d70c.tar.bz2
sbt-boilerplate-ac598b652459c071cd6eb6649a50131a4221d70c.zip
prepare releasev0.5.1
-rw-r--r--README.md4
-rw-r--r--build.sbt4
-rw-r--r--notes/0.5.1.markdown1
-rw-r--r--src/main/ls/0.5.1.json17
4 files changed, 22 insertions, 4 deletions
diff --git a/README.md b/README.md
index 23e6a7b..8c94aaa 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ This now expands correctly to
Put
- addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.0-SNAPSHOT")
+ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.1")
into your `plugins.sbt` and add
@@ -95,4 +95,4 @@ appear in `src/main/boilerplate` with the `.template` extension stripped off.
Copyright (c) 2012 Johannes Rudolph
-Published under the [BSD 2-Clause License](http://www.opensource.org/licenses/BSD-2-Clause). \ No newline at end of file
+Published under the [BSD 2-Clause License](http://www.opensource.org/licenses/BSD-2-Clause).
diff --git a/build.sbt b/build.sbt
index aac3b6f..e4700f0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ name := "sbt-boilerplate"
organization := "io.spray"
-version := "0.5.0"
+version := "0.5.1"
description := "An SBT plugin for simple generation of boilerplate"
@@ -36,4 +36,4 @@ seq(lsSettings :_*)
(LsKeys.tags in LsKeys.lsync) := Seq("sbt-plugin", "sbt", "plugin", "boilerplate", "code-generation")
-(LsKeys.docsUrl in LsKeys.lsync) <<= homepage \ No newline at end of file
+(LsKeys.docsUrl in LsKeys.lsync) <<= homepage
diff --git a/notes/0.5.1.markdown b/notes/0.5.1.markdown
new file mode 100644
index 0000000..1fce6c5
--- /dev/null
+++ b/notes/0.5.1.markdown
@@ -0,0 +1 @@
+This release adds support for `i + 1` patterns. Thanks [@marklister](https://github.com/marklister).
diff --git a/src/main/ls/0.5.1.json b/src/main/ls/0.5.1.json
new file mode 100644
index 0000000..5ee5e05
--- /dev/null
+++ b/src/main/ls/0.5.1.json
@@ -0,0 +1,17 @@
+{
+ "organization" : "io.spray",
+ "name" : "sbt-boilerplate",
+ "version" : "0.5.1",
+ "description" : "An SBT plugin for simple generation of boilerplate",
+ "site" : "http://github.com/sbt/sbt-boilerplate",
+ "tags" : [ "sbt-plugin", "sbt", "plugin", "boilerplate", "code-generation" ],
+ "docs" : "http://github.com/sbt/sbt-boilerplate",
+ "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
+ "dependencies" : [ ],
+ "scalas" : [ "2.9.2" ],
+ "licenses" : [ {
+ "name" : "Apache License 2.0",
+ "url" : "https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE"
+ } ],
+ "sbt" : true
+} \ No newline at end of file