Skip to content

Commit 46fe2f9

Browse files
authored
Prepare 0.4.0 (#57)
* don't patch url templates if cli arguments aren't provided * update changelog * Prepare 0.4.0 * Update CHANGELOG.md
1 parent 4e41149 commit 46fe2f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.4.0] - 2019-01-30
66

77
### Added
88
- Added support for relative paths to CLI `-dir` parameter.

build/package/circleci/orb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ executors:
3333
LD_HUNK_URL_TEMPLATE: << parameters.hunk_url_template >>
3434
LD_DEFAULT_BRANCH: << parameters.default_branch >>
3535
docker:
36-
- image: launchdarkly/ld-find-code-refs:0.3.0
36+
- image: launchdarkly/ld-find-code-refs:0.4.0
3737
commands:
3838
find-flags:
3939
steps:

0 commit comments

Comments
 (0)