Skip to content

Commit

Permalink
main: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderj15 committed Oct 25, 2024
1 parent a7aab2c commit 8430f0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PVP versioning](https://pvp.haskell.org/).

## v0.0.1 _(2024-10-25)_
## v0.1.1 _(2024-10-25)_

### Changed
- Improved documentation

## v0.1.0 _(2024-10-25)_

### Added
- Released
2 changes: 1 addition & 1 deletion servant-hateoas.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: servant-hateoas
version: 0.1.0
version: 0.1.1
synopsis: HATEOAS extension for servant
description: Create Resource-Representations for your types and make your API HATEOAS-compliant.
Resource construction is generic where possible and manually adjustable where required.
Expand Down

0 comments on commit 8430f0a

Please sign in to comment.