Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Apr 15, 2015
1 parent 4c58ba6 commit 70191e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## v1.0.0 (2015-04-15)

- Initially released.

## v0.0.0 (2015-04-15)

- Initially created.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ WSS protocol.
To add Wuss as a dependency to your package, add it to your Cabal file.

```
build-depends: wuss ==0.0.*
build-depends: wuss ==1.*
```

For other use cases, install it with Cabal.

``` sh
$ cabal install 'wuss ==0.0.*'
$ cabal install 'wuss ==1.*'
```

Wuss uses [Semantic Versioning][]. See [the change log][] for a detailed list
Expand Down
2 changes: 1 addition & 1 deletion wuss.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wuss
version: 0.0.0
version: 1.0.0
cabal-version: >=1.10
build-type: Simple
license: MIT
Expand Down

0 comments on commit 70191e1

Please sign in to comment.