Skip to content

Commit d89f53b

Browse files
authored
Prepare 0.7.0 (#76)
* Prepare 0.7.0 * update changelog
1 parent ddde002 commit d89f53b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
## Master
5+
## [0.7.0] - 2019-02-15
66

77
### Added
88

@@ -16,7 +16,7 @@ All notable changes to the ld-find-code-refs program will be documented in this
1616

1717
### Changed
1818

19-
- The command-line [docker image](https://hub.docker.com/r/launchdarkly/ld-find-code-refs) now specifies `ld-find-code-refs` as the entrypoint. The docker image may now be run as `docker run launchdarkly/ld-find-code-refs -accessToken="api-xxx"...`
19+
- The command-line [docker image](https://hub.docker.com/r/launchdarkly/ld-find-code-refs) now specifies `ld-find-code-refs` as the entrypoint. See our [documentation](https://github.com/launchdarkly/ld-find-code-refs#docker) for instructions on running `ld-find-code-refs` via docker.
2020
- `ld-find-code-refs` will now only match flag keys delimited by single-quotes, double-quotes, or backticks by default. To add more delimiters, use the `delimiters` command line option.
2121

2222
## [0.6.0] - 2019-02-11

build/package/circleci/orb.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ examples:
77
usage:
88
version: 2.1
99
orbs:
10-
launchdarkly: launchdarkly/ld-find-code-refs@0.6.0
10+
launchdarkly: launchdarkly/ld-find-code-refs@0.7.0
1111
workflows:
1212
main:
1313
jobs:
@@ -21,7 +21,7 @@ examples:
2121
usage:
2222
version: 2.1
2323
orbs:
24-
launchdarkly: launchdarkly/ld-find-code-refs@0.6.0
24+
launchdarkly: launchdarkly/ld-find-code-refs@0.7.0
2525
workflows:
2626
main:
2727
jobs:
@@ -36,7 +36,7 @@ examples:
3636
usage:
3737
version: 2.1
3838
orbs:
39-
launchdarkly: launchdarkly/ld-find-code-refs@0.6.0
39+
launchdarkly: launchdarkly/ld-find-code-refs@0.7.0
4040
workflows:
4141
main:
4242
jobs:
@@ -52,7 +52,7 @@ examples:
5252
usage:
5353
version: 2.1
5454
orbs:
55-
launchdarkly: launchdarkly/ld-find-code-refs@0.6.0
55+
launchdarkly: launchdarkly/ld-find-code-refs@0.7.0
5656
workflows:
5757
main:
5858
jobs:
@@ -69,7 +69,7 @@ examples:
6969
usage:
7070
version: 2.1
7171
orbs:
72-
launchdarkly: launchdarkly/ld-find-code-refs@0.6.0
72+
launchdarkly: launchdarkly/ld-find-code-refs@0.7.0
7373
workflows:
7474
main:
7575
jobs:
@@ -134,7 +134,7 @@ jobs:
134134
type: boolean
135135
default: false
136136
docker:
137-
- image: launchdarkly/ld-find-code-refs:0.6.0
137+
- image: launchdarkly/ld-find-code-refs:0.7.0
138138
entrypoint: sh
139139
steps:
140140
- 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 = "0.6.0"
3+
const Version = "0.7.0"

0 commit comments

Comments
 (0)