Skip to content

Commit

Permalink
docs: prep for release 1.1.0 (#78)
Browse files Browse the repository at this point in the history
Changelog / version bump
  • Loading branch information
jazanne authored Nov 13, 2023
1 parent a2d15e1 commit 2e9333c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,30 @@
### Changed

### Fixed

## 1.1.0

### Added
- Indicate if a removed flag has all references removed
- Output `any-extinct`, `extinct-flags-count`, `extinct-flags`

### Changed
- Update the comment design
- Update dependencies

### Fixed
- Detect aliases for removed flags
- Wrong output set for `any-removed`, `removed-flags-count`, `removed-flags`

## 1.0.1

### Changed
- Update dependencies

## 1.0.0

Initial release!

Find flags that have changed in your pull requests.

Read docs: https://github.com/launchdarkly/find-code-references-in-pull-request
Binary file modified images/example-comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "1.0.0"
const Version = "1.1.0"

0 comments on commit 2e9333c

Please sign in to comment.