Skip to content

Commit

Permalink
Merge pull request #134 from Nike-Inc/release/1.1
Browse files Browse the repository at this point in the history
Bump to version 1.1
  • Loading branch information
IamfromSpace committed Dec 19, 2023
2 parents cc9e8df + d80fae1 commit 959d900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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-11-23
## `1.1` - 2023-12-18

- `fallibleRuntime` and `fallibleRuntimeWithContext` report errors to AWS
instead of returning `{"Left": "some error"}`.
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: 43aeb1fe8cab6199f506ac5347f73c7cab5c0c647744236c862a5e05ff6b3b1c
-- hash: 68071e7a76bb7ee4441cd578bc9de2a1c3ffb2622ab059ce676d816922ed3d4b

name: hal
version: 1.0.1
version: 1.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.1
version: 1.1
github: Nike-inc/hal
license: BSD3
author: Nike, Inc.
Expand Down

0 comments on commit 959d900

Please sign in to comment.