Skip to content

Commit

Permalink
v0.4.0.0: changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt committed Jan 26, 2024
1 parent 6d6b290 commit 93472d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ and this project adheres to the

## Unreleased

## 0.0.4.0 - 2024-01-26

- [#14](https://github.com/parsonsmatt/hotel-california/pull/14/)
- Add the `--set-sigint-status` to control how `Ctrl-C` and `SIGINT` are
reported.
- [#16](https://github.com/parsonsmatt/hotel-california/pull/16)
- You can now provide attributes for the span that `hotel-california`
creates by passing the CLI argument `--attribute KEY=VALUE`. Only string
attributes are currently supported.

## 0.0.3.0 - 2023-09-18

Expand Down
6 changes: 4 additions & 2 deletions hotel-california.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.35.4.
--
-- see: https://github.com/sol/hpack

name: hotel-california
version: 0.0.3.0
version: 0.0.4.0
description: Please see the README on GitHub at <https://github.com/parsonsmatt/hotel-california#readme>
homepage: https://github.com/parsonsmatt/hotel-california#readme
bug-reports: https://github.com/parsonsmatt/hotel-california/issues
Expand Down Expand Up @@ -151,6 +151,7 @@ executable hotel
, time
, typed-process
, unliftio
, unordered-containers
default-language: Haskell2010

test-suite hotel-california-test
Expand Down Expand Up @@ -215,4 +216,5 @@ test-suite hotel-california-test
, time
, typed-process
, unliftio
, unordered-containers
default-language: Haskell2010
3 changes: 2 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hotel-california
version: 0.0.3.0
version: 0.0.4.0
github: "parsonsmatt/hotel-california"
license: BSD3
author: Matt Parsons
Expand Down Expand Up @@ -35,6 +35,7 @@ dependencies:
- time
- typed-process
- unliftio
- unordered-containers

default-extensions:
- BlockArguments
Expand Down

0 comments on commit 93472d7

Please sign in to comment.