Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Released v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed Jul 10, 2015
1 parent a0385c6 commit 25556f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
### Upcoming Release v1.2.0 (TBD)
## Current Release v1.2.0 (July 10, 2015)

* `Record` classes can be declared with a type/protocol specification for type safety.
* Improved documentation
* Improved tests
* Better synchronization (thread safety) on all platforms
* Continuous integration run on both Linux (Travis CI) and Windows (AppVeyor)

## Current Release v1.1.0 (August 12, 2014)
### Release v1.1.0 (August 12, 2014)

* A simple implementation of [tuple](http://en.wikipedia.org/wiki/Tuple), an
immutable, fixed-length list/array/vector-like data structure.
Expand All @@ -11,7 +15,7 @@
* `FinalVar`, a thread safe object that holds a single value and is "final" (meaning
that the value can be set at most once after which it becomes immutable).

### Previous Release v1.0.0 (July 30, 2014)
### Release v1.0.0 (July 30, 2014)

* Protocol specifications inspired by Clojure [protocol](http://clojure.org/protocols),
Erlang [behavior](http://www.erlang.org/doc/design_principles/des_princ.html#id60128),
Expand Down
2 changes: 1 addition & 1 deletion lib/functional/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Functional

# The current gem version.
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit 25556f7

Please sign in to comment.