Skip to content

Commit 5ec5f47

Browse files
committed
Release v0.5.7
1 parent d840193 commit 5ec5f47

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.5.7 (14.06.2015)
2+
3+
* Minor bugfix: annotated scala `var` was not injected correctly in some cases
4+
15
## v0.5.6 (28.05.2015)
26

37
* Initial release (extracted from scaldi project)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
SBT Configuration:
66

7-
libraryDependencies += "org.scaldi" %% "scaldi-jsr330" % "0.5.6"
7+
libraryDependencies += "org.scaldi" %% "scaldi-jsr330" % "0.5.7"
88

99
[![Build Status](https://travis-ci.org/scaldi/scaldi-jsr330.png)](https://travis-ci.org/scaldi/scaldi-jsr330) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.scaldi/scaldi-jsr330_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.scaldi/scaldi-jsr330_2.11)
1010

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "scaldi-jsr330"
22
organization := "org.scaldi"
3-
version := "0.5.7-SNAPSHOT"
3+
version := "0.5.7"
44

55
description := "scaldi-jsr330 - JSR 330 spec implementation for scaldi"
66
homepage := Some(url("http://scaldi.org"))

0 commit comments

Comments
 (0)