Skip to content

Commit

Permalink
build: Upgrading version from 1.0.0 to 1.1.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMazarro committed Jun 19, 2024
1 parent c93cf12 commit dc514a0
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
cabal-file: rollbar-client/rollbar-client.cabal
ubuntu-version: latest
macos-version: latest
macos-version: 12
version: 0.1.7.0
build:
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
Expand Down
7 changes: 7 additions & 0 deletions rollbar-cli/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Changelog for rollbar-cli

All notable changes to this project will be documented in this file.

## [1.1.0] - 2024-05-28

### Changed
- Added support for GHC 9.4

## Unreleased changes
2 changes: 1 addition & 1 deletion rollbar-cli/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rollbar-cli
version: 1.0.0
version: 1.1.0
github: "stackbuilders/rollbar-haskell"
license: MIT
author: "Stack Builders Inc."
Expand Down
4 changes: 2 additions & 2 deletions rollbar-cli/rollbar-cli.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: 7c6698b375ec164c76d2431962f34299163ec2755d348dc931999d649f19669e
-- hash: 99c3aa74e5ef6c059b7ebeb837bca8f09c047df2a00b6856c99a919e4ad041ed

name: rollbar-cli
version: 1.0.0
version: 1.1.0
synopsis: Simple CLI tool to perform commons tasks such as tracking deploys.
description: Please see the README on GitHub at
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-cli>
Expand Down
9 changes: 8 additions & 1 deletion rollbar-client/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog for rollbar-client

All notable changes to this project will be documented in this file
All notable changes to this project will be documented in this file.

## [1.1.0] - 2024-05-28

### Changed
- Added fields fingerprint, title, uuid, custom to `Item`
- Added support for GHC 9.4
- Changed `text` dependency upper bound: we now support `text-2.0.X.X`.

## [1.0.0] - 2022-12-28

Expand Down
2 changes: 1 addition & 1 deletion rollbar-client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rollbar-client
version: 1.0.0
version: 1.1.0
github: "stackbuilders/rollbar-haskell"
license: MIT
author: "Stack Builders Inc."
Expand Down
4 changes: 2 additions & 2 deletions rollbar-client/rollbar-client.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: 00c54f5f1b124b9d08c5cbe143b9aef68916a289a7a63068ae10e692a1524f91
-- hash: 372dae78f9159532940f589cb4a58365621fc289aae679dfac95e4b6ba477ed7

name: rollbar-client
version: 1.0.0
version: 1.1.0
synopsis: Core library to communicate with Rollbar API.
description: Please see the README on GitHub at
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-client>
Expand Down
2 changes: 1 addition & 1 deletion rollbar-client/src/Rollbar/Client/Item.hs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ instance ToJSON Notifier where
defaultNotifier :: Notifier
defaultNotifier = Notifier
{ notifierName = "rollbar-client"
, notifierVersion = "1.0.0"
, notifierVersion = "1.1.0"
}

newtype ItemId = ItemId Text
Expand Down
8 changes: 8 additions & 0 deletions rollbar-wai/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changelog for rollbar-wai

All notable changes to this project will be documented in this file.

## [1.1.0] - 2024-05-28

### Changed
- Added support for GHC 9.4
- Changed `text` dependency upper bound: we now support `text-2.0.X.X`.

## Unreleased changes
2 changes: 1 addition & 1 deletion rollbar-wai/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rollbar-wai
version: 1.0.0
version: 1.1.0
github: "stackbuilders/rollbar-haskell"
license: MIT
author: "Stack Builders Inc."
Expand Down
4 changes: 2 additions & 2 deletions rollbar-wai/rollbar-wai.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: b1784f3e45d1f870ae1ea4567c427a2eb4605d9103bde27be65e2ab8698e74ba
-- hash: ec084557ab6ac4fa78cda03d7566582d95296b617cdf5f55ec5d6a8ab9bad8c8

name: rollbar-wai
version: 1.0.0
version: 1.1.0
synopsis: Provides error reporting capabilities to WAI based applications through Rollbar API.

description: Please see the README on GitHub at
Expand Down
18 changes: 17 additions & 1 deletion rollbar-yesod/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Changelog for rollbar-yesod

## Unreleased changes
All notable changes to this project will be documented in this file.

## [1.1.0] - 2024-05-28

### Changed
- Added support for GHC 9.4

## [1.0.0] - 2022-12-28

### Changed

- Updated dependency aeson version.
- Updated base version

### Removed

- Support for GHC 8.6.1
2 changes: 1 addition & 1 deletion rollbar-yesod/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rollbar-yesod
version: 1.0.0
version: 1.1.0
github: "stackbuilders/rollbar-haskell"
license: MIT
author: "Stack Builders Inc."
Expand Down
4 changes: 2 additions & 2 deletions rollbar-yesod/rollbar-yesod.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: 928697afe6fc01901eb1e55e4cf239102c43949165f2e912442b44fc521a3dfb
-- hash: 73910af7b84cf6d3325d9af612c5d29651317e6e29596c3660c64a32be67da87

name: rollbar-yesod
version: 1.0.0
version: 1.1.0
synopsis: Provides error reporting capabilities to Yesod applications through Rollbar API.

description: Please see the README on GitHub at
Expand Down

0 comments on commit dc514a0

Please sign in to comment.