Skip to content

Commit 2e9333c

Browse files
authored
docs: prep for release 1.1.0 (#78)
Changelog / version bump
1 parent a2d15e1 commit 2e9333c

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,30 @@
55
### Changed
66

77
### Fixed
8+
9+
## 1.1.0
10+
11+
### Added
12+
- Indicate if a removed flag has all references removed
13+
- Output `any-extinct`, `extinct-flags-count`, `extinct-flags`
14+
15+
### Changed
16+
- Update the comment design
17+
- Update dependencies
18+
19+
### Fixed
20+
- Detect aliases for removed flags
21+
- Wrong output set for `any-removed`, `removed-flags-count`, `removed-flags`
22+
23+
## 1.0.1
24+
25+
### Changed
26+
- Update dependencies
27+
28+
## 1.0.0
29+
30+
Initial release!
31+
32+
Find flags that have changed in your pull requests.
33+
34+
Read docs: https://github.com/launchdarkly/find-code-references-in-pull-request

images/example-comment.png

7.91 KB
Loading

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "1.0.0"
3+
const Version = "1.1.0"

0 commit comments

Comments
 (0)