Skip to content

Commit 6fdac74

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.5.0
1 parent 8f23b6b commit 6fdac74

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the ld-find-code-refs program will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.5.0] - 2022-02-04
6+
### Fixed:
7+
- Snake case aliases we not being correctly generated due to bug in dependency.
8+
9+
### Changed:
10+
- If new `projects` block is used with CSV output, the first project key is used in the output file name. If still using `projKey` there is no change.
11+
12+
### Added:
13+
- Monorepo with starting directory support. More info can be read at [Projects](https://github.com/launchdarkly/ld-find-code-refs/blob/master/docs/CONFIGURATION.md#projects).
14+
515
## [2.4.1] - 2021-12-17
616
### Fixed:
717
- Relative paths were not being expanded to an absolute path when used.

build/package/circleci/orb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ examples:
99
usage:
1010
version: 2.1
1111
orbs:
12-
launchdarkly: launchdarkly/ld-find-code-refs@2.4.1
12+
launchdarkly: launchdarkly/ld-find-code-refs@2.5.0
1313
workflows:
1414
main:
1515
jobs:
@@ -23,7 +23,7 @@ examples:
2323
usage:
2424
version: 2.1
2525
orbs:
26-
launchdarkly: launchdarkly/ld-find-code-refs@2.4.1
26+
launchdarkly: launchdarkly/ld-find-code-refs@2.5.0
2727
workflows:
2828
main:
2929
jobs:
@@ -38,7 +38,7 @@ examples:
3838
usage:
3939
version: 2.1
4040
orbs:
41-
launchdarkly: launchdarkly/ld-find-code-refs@2.4.1
41+
launchdarkly: launchdarkly/ld-find-code-refs@2.5.0
4242
workflows:
4343
main:
4444
jobs:
@@ -108,7 +108,7 @@ whether a feature flag was removed from code. May be set to 0 to disabled this f
108108
type: integer
109109
default: 10
110110
docker:
111-
- image: launchdarkly/ld-find-code-refs:2.4.1
111+
- image: launchdarkly/ld-find-code-refs:2.5.0
112112
entrypoint: sh
113113
steps:
114114
- checkout:

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 = "2.4.1"
3+
const Version = "2.5.0"

0 commit comments

Comments
 (0)