From 8430f0ae70531c1d8b19e3d7c443fb860c5e315c Mon Sep 17 00:00:00 2001 From: bruderj15 Date: Fri, 25 Oct 2024 17:58:39 +0200 Subject: [PATCH] main: bump version --- CHANGELOG.md | 7 ++++++- servant-hateoas.cabal | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa3e06..6699a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/servant-hateoas.cabal b/servant-hateoas.cabal index a9ca4c5..9588728 100644 --- a/servant-hateoas.cabal +++ b/servant-hateoas.cabal @@ -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.