Skip to content

Commit

Permalink
update history and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Sep 12, 2011
1 parent de321b8 commit 11068de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rdoc
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
= Amalgalite Changelog
== Version 1.1.4 - 2011-09-11
== Version 1.2.0 - 2011-09-12

=== Enhancements

* Update to SQLite 3.7.7.1
* Update development dependencies to the latest levels
* Add Amalgalite::Database#import for mass execution of sql (bmalex 5a42f44f)
* Allow :memory: databases to Amalgalite::Requires (bmalex df9f70b8)
* Allow bootstrapping from an in-memory sql buffer (bmalex a17fb9cf)

=== Bug Fixes

* Fix incorrect loading/reload of schema [GH #16]
* Fix setting of LOADED_FEATRES when requiring from a database (bmalex edb81837)
* Fix setting of require_path for files to require that are stored in the * database (bmalex de321b86)

== Version 1.1.2 - 2011-04-01

=== Bug Fixes

* Remove example database that was mistakenly packaged with version 1.1.1

== Version 1.1.1 - 2011-03-27
Expand Down
4 changes: 2 additions & 2 deletions lib/amalgalite/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module Amalgalite
module Version

MAJOR = 1
MINOR = 1
BUILD = 4
MINOR = 2
BUILD = 0

#
# return the Version as an array of MAJOR, MINOR, BUILD
Expand Down

0 comments on commit 11068de

Please sign in to comment.