Skip to content

Commit 2fed970

Browse files
raising version to make the documentation changes official
1 parent 9f305fe commit 2fed970

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.1] - 2021-07-27
10+
### Added
11+
* even more documentation
12+
13+
### Fixed
14+
* WriterHandler now applies in general to every Writer, fixing the previous too restrictive typeparameter matching.
15+
916
## [1.1.0] - 2021-07-23
1017
### Added
1118
* Extensive Documentation

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtensibleEffects"
22
uuid = "67377c25-f533-4d0b-9328-1721380cc1f1"
33
authors = ["Stephan Sahm <[email protected]> and contributors"]
4-
version = "1.1.0"
4+
version = "1.1.1"
55

66
[deps]
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)