Skip to content

Commit

Permalink
Updated project, readme, history and roadmap files for 0.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
budu committed Apr 19, 2011
1 parent aaf7006 commit df13d97
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
8 changes: 8 additions & 0 deletions history.md
@@ -1,5 +1,13 @@
# Lobos History

## 0.7

* Add support for creating indexes
* Improved compiler support for value expression
* Improved the analyzer to be able to use database specific information
schema
* Removed the global schema map

## 0.6

* Support for altering tables
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lobos "0.7.0-SNAPSHOT"
(defproject lobos "0.7.0"
:description
"A library to create and manipulate SQL database schemas."
:dependencies [[org.clojure/clojure "1.2.0"]
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Expand Up @@ -15,6 +15,8 @@ and consult the [history] to see what have been done.
need to add the relevant JDBC driver manually. For SQLite you'll need a
custom [SQLite JDBC driver].

You may also be interested in joining the [Lobos Google Group].

## Usage

Here's a quick overview of how it works in its current state. For more
Expand Down Expand Up @@ -174,14 +176,14 @@ Lobos is available through Clojars.

For the latest release, in Cake/Leiningen:

[lobos "0.7.0-SNAPSHOT"]
[lobos "0.7.0]

in Maven:

<dependency>
<groupId>lobos</groupId>
<artifactId>lobos</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>

## License
Expand All @@ -196,3 +198,4 @@ the file epl-v10.html in the project root directory.
[history]: https://github.com/budu/lobos/blob/master/history.md
[SQLite JDBC driver]: https://github.com/budu/sqlitejdbc
[commented code]: http://budu.github.com/lobos/doc/uberdoc.frontend.html
[Lobos Google Group]: http://groups.google.com/group/lobos-library
6 changes: 0 additions & 6 deletions roadmap.md
Expand Up @@ -14,10 +14,4 @@ You can have a look at the [wiki] for more details.

* Support for migration

## 0.7

* Improve compiler support for value expression
* Probably rewrite the analyzer once again, maybe split it to another
project

[wiki]: https://github.com/budu/lobos/wiki

0 comments on commit df13d97

Please sign in to comment.