Skip to content

Commit 8ad8c56

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.0.3
1 parent 99fd37b commit 8ad8c56

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the LaunchDarkly Haskell Server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.0.3] - 2022-11-08
6+
### Added:
7+
- Commit generated Cabal file per the [stack recommendations](https://github.com/commercialhaskell/stack/issues/5210) (Thanks, [philderbeast](https://github.com/launchdarkly/haskell-server-sdk/pull/44))
8+
9+
### Changed:
10+
- Regenerated `.hlint.yaml` with defaults and counts (Thanks, [philderbeast](https://github.com/launchdarkly/haskell-server-sdk/pull/45)!)
11+
12+
### Fixed:
13+
- Fixed hlint "pattern parser error" lint. (Thanks, [philderbeast](https://github.com/launchdarkly/haskell-server-sdk/pull/46)!)
14+
515
## [3.0.2] - 2022-09-20
616
### Changed:
717
- Expanded upper version to allow lens 5.1. (Thanks, [bmillwood](https://github.com/launchdarkly/haskell-server-sdk/pull/42)!)

launchdarkly-server-sdk.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: launchdarkly-server-sdk
8-
version: 3.0.2
8+
version: 3.0.3
99
synopsis: Server-side SDK for integrating with LaunchDarkly
1010
description: Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>
1111
category: Web

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: launchdarkly-server-sdk
2-
version: 3.0.2
2+
version: 3.0.3
33
github: "launchdarkly/haskell-server-sdk"
44
license: Apache-2.0
55
license-file: "LICENSE"

src/LaunchDarkly/Server/Client/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ newtype Client = Client ClientI
2727

2828
-- | The version string for this library.
2929
clientVersion :: Text
30-
clientVersion = "3.0.2"
30+
clientVersion = "3.0.3"
3131

3232
setStatus :: ClientI -> Status -> IO ()
3333
setStatus client status' =

stack.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

stack.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
resolver: lts-14.1
2+
3+
packages:
4+
- .

0 commit comments

Comments
 (0)