Navigation Menu

Skip to content

Commit

Permalink
Release v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Sep 28, 2013
1 parent 45fc283 commit b31e822
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions README.md
Expand Up @@ -22,8 +22,7 @@ when given a clear stack.

## Getting Started

Webmachine is very young, but it's still easy to construct an
application for it!
It's pretty easy to construct web application in Webmachine:

```ruby
require 'webmachine'
Expand Down Expand Up @@ -101,7 +100,7 @@ Webmachine.application.run
```

Webmachine includes adapters for [Webrick][webrick], [Mongrel][mongrel],
[Reel][reel], and [Hatetepe]. Additionally, the [Rack][rack] adapter lets it
[Reel][reel], and [Hatetepe][hatetepe]. Additionally, the [Rack][rack] adapter lets it
run on any webserver that provides a Rack interface. It also lets it run on
[Shotgun][shotgun] ([example][shotgun_example]).

Expand Down Expand Up @@ -199,7 +198,21 @@ LICENSE for details.

## Changelog

### 1.2.0
### 1.2.1 September 28, 2013

1.2.1 is a bugfix/patch release but does introduce potentially
breaking changes in the Reel adapter. With this release, Webmachine no
longer explicitly supports Ruby 1.8.

* Updated Reel compatibility to 0.4.
* Updated Hatetepe compatibility to 0.5.2.
* Cleaned up the gemspec so bundler scripts are not included.
* Added license information to the gemspec.
* Added a link to jruby-http-kit in the README.
* Moved adapter_lint to lib/webmachine/spec so other libraries can
test adapters that are not in the Webmachine gem.

### 1.2.0 September 7, 2013

1.2.0 is a major feature release that adds the Events instrumentation
framework, support for Websockets in Reel adapter and a bunch of bugfixes.
Expand Down
2 changes: 1 addition & 1 deletion lib/webmachine/version.rb
@@ -1,6 +1,6 @@
module Webmachine
# Library version
VERSION = "1.2.0"
VERSION = "1.2.1"

# String for use in "Server" HTTP response header, which includes
# the {VERSION}.
Expand Down

0 comments on commit b31e822

Please sign in to comment.