We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d15e1 commit 2e9333cCopy full SHA for 2e9333c
3 files changed
CHANGELOG.md
@@ -5,3 +5,30 @@
5
### Changed
6
7
### 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
26
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
internal/version/version.go
@@ -1,3 +1,3 @@
1
package version
2
3
-const Version = "1.0.0"
+const Version = "1.1.0"
0 commit comments