Skip to content

Commit

Permalink
Release 0.1.6 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimush committed May 4, 2014
1 parent 70e2b29 commit 425774d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following line to one of these files:
- Your global file (for sbt versions earlier than 0.13) at `~/.sbt/plugins/sbt-updates.sbt`

```
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.5")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.6")
```

### Snapshot version
Expand All @@ -29,7 +29,7 @@ Add the following lines to one of these files:
```
resolvers += Resolver.url("sbt-plugin-snapshots", url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-snapshots"))(Resolver.ivyStylePatterns)
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.6-SNAPSHOT")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.7-SNAPSHOT")
```

Tasks
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "sbt-updates"

organization := "com.timushev.sbt"

version := "0.1.6-SNAPSHOT"
version := "0.1.6"

scalacOptions := Seq("-deprecation", "-unchecked")

Expand Down
11 changes: 11 additions & 0 deletions notes/0.1.6.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sbt-updates 0.1.6 has been released:

* Fixed a bug with long numeric versions parsing.

Example:

> dependency-updates
[info] Found 3 dependency updates for test-project
[info] ch.qos.logback:logback-classic : 0.8 -> 0.8.1 -> 0.9.30 -> 1.0.13
[info] org.scala-lang:scala-library : 2.9.1 -> 2.9.3 -> 2.10.3
[info] org.slf4j:slf4j-api : 1.6.4 -> 1.6.6 -> 1.7.5
18 changes: 18 additions & 0 deletions src/main/ls/0.1.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"organization" : "com.timushev.sbt",
"name" : "sbt-updates",
"version" : "0.1.6",
"description" : "Display your project's dependency updates.",
"site" : "",
"tags" : [ "sbt", "dependencies" ],
"docs" : "",
"resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
"dependencies" : [ {
"organization" : "org.scala-sbt",
"name" : "sbt-launch",
"version" : "0.13.0"
} ],
"scalas" : [ "2.10.3" ],
"licenses" : [ ],

This comment has been minimized.

Copy link
@jkleckner

jkleckner May 4, 2014

Nit: It would be cool to reference a "standard" license...

This comment has been minimized.

Copy link
@rtimush

rtimush May 5, 2014

Author Owner

Makes sense, will do in the next release

"sbt" : true
}

0 comments on commit 425774d

Please sign in to comment.