Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cchantep committed Feb 10, 2014
1 parent d53d856 commit e54f09c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.13

([924ef57d29285ad49c8674d76ceee97630a25c1a](https://github.com/cchantep/acolyte/commit/924ef57d29285ad49c8674d76ceee97630a25c1a) @ [studio](https://github.com/cchantep/acolyte/tree/master/studio)) Allow Studio to connection without password (fix #14)

([965bc416990b54b0d9421c72af769bfe75e3f31e](https://github.com/cchantep/acolyte/commit/965bc416990b54b0d9421c72af769bfe75e3f31e) @ [studio](https://github.com/cchantep/acolyte/tree/master/studio)) Fix issue with driver at system classloader (overloading those in selected driver JAR)

## 1.0.12

([f33f9c82f4e64bc3b83c9f64ab82319b47af873e](https://github.com/cchantep/acolyte/commit/f33f9c82f4e64bc3b83c9f64ab82319b47af873e) @ [scala](https://github.com/cchantep/acolyte/tree/master/scala)) Single result case connection using `withQueryResult` in DSL:
Expand Down
1 change: 0 additions & 1 deletion project/Scala.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ trait Scala {
scalacOptions ++= Seq("-feature", "-deprecation"),
resolvers += "Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/",
libraryDependencies ++= Seq(
"org.eu.acolyte" %% "scala-macros" % "1.0.13" changing() /* Under dev */,
"org.eu.acolyte" % "acolyte-core" % "1.0.13",
"org.scalaz" % "scalaz-core_2.10" % "7.0.5",
"org.specs2" %% "specs2" % "2.3.2" % "test"),
Expand Down
3 changes: 2 additions & 1 deletion project/changelog.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /bin/sh

LIMIT="f33f9c82f4e64bc3b83c9f64ab82319b47af873e"
#LIMIT="f33f9c82f4e64bc3b83c9f64ab82319b47af873e"
LIMIT="924ef57d29285ad49c8674d76ceee97630a25c1a"

echo "## $1\n"

Expand Down

0 comments on commit e54f09c

Please sign in to comment.