Skip to content

Commit

Permalink
Release v1.3.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne authored Mar 25, 2024
1 parent c5f607b commit 1f65b77
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@

### Fixed

## 1.3.0

### Added

- Add an info warning for changes flags that have been [deprecated](https://docs.launchdarkly.com/home/code/flag-archive#deprecating-flags)

### Changed

- Update info message for removed, but not extinct flags
- Update dependencies

### Fixed

## 1.2.0

### Added
Expand All @@ -23,25 +36,30 @@
- Update dependencies

### Fixed

- Incorrect scanning for extinctions of removed flags led to false positives

## 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
Expand Down
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.2.0"
const Version = "1.3.0"

0 comments on commit 1f65b77

Please sign in to comment.