Skip to content

Commit

Permalink
Merge pull request #131 from Nike-Inc/release/1.0.1
Browse files Browse the repository at this point in the history
Bump to version 1.0.1
  • Loading branch information
IamfromSpace authored Dec 15, 2023
2 parents 94b24e0 + 317fae4 commit ef3d96b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][chg] and this project adheres to
[Haskell's Package Versioning Policy][pvp]

## unreleased - 2023-07-06
## 1.0.1 - 2023-12-15

- Add support for aeson 2.2
- Add support for aeson 2.2. Users can opt in by setting the `use-aeson-2-2` flag to `true`, which for many users will be set automatically. In a future breaking change release, this flag will default to `true`.

## `1.0.0.1` - 2022-09-10

Expand Down
4 changes: 2 additions & 2 deletions hal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 83b1a5a9a4a65cd4ce0ee8eda5ac9cb84640ca07b5164078babd4a7726aeddb3
-- hash: 135f92bc103710363cac34b23a95869b5a3cdf72e04a2e41652864d0d7559ff7

name: hal
version: 1.0.0.1
version: 1.0.1
synopsis: A runtime environment for Haskell applications running on AWS Lambda.
description: This library uniquely supports different types of AWS Lambda Handlers for your
needs/comfort with advanced Haskell. Instead of exposing a single function
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
This library uniquely supports different types of AWS Lambda Handlers for your
needs/comfort with advanced Haskell. Instead of exposing a single function
that constructs a Lambda, this library exposes many.
version: 1.0.0.1
version: 1.0.1
github: Nike-inc/hal
license: BSD3
author: Nike, Inc.
Expand Down

0 comments on commit ef3d96b

Please sign in to comment.