Skip to content

Commit 72b73ae

Browse files
committed
Version bump
1 parent ea70569 commit 72b73ae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Blammo/Blammo.cabal

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

77
name: Blammo
8-
version: 2.1.0.0
8+
version: 2.1.1.0
99
synopsis: Batteries-included Structured Logging library
1010
description: Please see README.md
1111
category: Logging

Blammo/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## [_Unreleased_](https://github.com/freckle/blammo/compare/Blammo-v2.2.0.0...main)
1+
## [_Unreleased_](https://github.com/freckle/blammo/compare/Blammo-v2.1.1.0...main)
2+
3+
## [v2.1.1.0](https://github.com/freckle/blammo/compare/v2.0.0.0...Blammo-v2.1.0.0)
4+
5+
- Accept special value `null` for `LOG_DESTINATION` as a synonym for the null
6+
device (`/dev/null` or `\\.\NUL` on windows).
27

38
## [v2.1.0.0](https://github.com/freckle/blammo/compare/v2.0.0.0...Blammo-v2.1.0.0)
49

Blammo/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Blammo
2-
version: 2.1.0.0
2+
version: 2.1.1.0
33
maintainer: Freckle Education
44
category: Logging
55
github: freckle/blammo

0 commit comments

Comments
 (0)