Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Release 0.2.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaippully authored Sep 11, 2020
1 parent fc94628 commit 6bd581a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion webgear-benchmarks/webgear-benchmarks.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: webgear-benchmarks
version: 0.1.0
version: 0.2.0
description: Benchmarks for webgear
homepage: https://github.com/rkaippully/webgear/webgear-benchmarks#readme
bug-reports: https://github.com/rkaippully/webgear/issues
Expand Down
2 changes: 1 addition & 1 deletion webgear-examples/webgear-examples.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: webgear-examples
version: 0.1.0
version: 0.2.0
description: Please see the README at <https://github.com/rkaippully/webgear/webgear-examples#readme>
homepage: https://github.com/rkaippully/webgear/webgear-examples#readme
bug-reports: https://github.com/rkaippully/webgear/issues
Expand Down
14 changes: 10 additions & 4 deletions webgear-server/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

## Unreleased changes

## [0.2.0] - 2020-09-11

### Added
- Support GHC 8.10 and 8.6
- Support GHC 8.10 and 8.6 (#10)
- Added more traits and middlewares (#7)
- Performance benchmarks (#6)
- Set up a website (#13)

### Changed
- Refactor and combine the trait and middleware modules
- A lot of refactorings (#20, #21, #22, #23)

## [0.1.0] - 2020-08-16

Expand All @@ -15,5 +20,6 @@
- Automated tests
- Documentation

[0.1.0]: https://github.com/rkaippully/webgear/compare/0.0.0...0.1.0
[Unreleased]: https://github.com/rkaippully/webgear/compare/0.1.0...HEAD
[Unreleased]: https://github.com/rkaippully/webgear/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/rkaippully/webgear/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/rkaippully/webgear/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion webgear-server/webgear-server.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: webgear-server
version: 0.1.0
version: 0.2.0
synopsis: Composable, type-safe library to build HTTP API servers
description:
WebGear is a library to for building composable, type-safe HTTP API servers.
Expand Down

0 comments on commit 6bd581a

Please sign in to comment.