Skip to content

Commit 4c28f92

Browse files
chore(main): release 0.1.1 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b710414 commit 4c28f92

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/openCoreEMR/oce-cli-import-codes/compare/0.1.0...0.1.1) (2026-01-16)
4+
5+
6+
### Features
7+
8+
* cli and phar builder ([c675073](https://github.com/openCoreEMR/oce-cli-import-codes/commit/c6750736132943dacfa26f4c38ef9d86f9074ad7))
9+
* **command:** concurrency control ([7ee4279](https://github.com/openCoreEMR/oce-cli-import-codes/commit/7ee4279de8fedceede6195f4cadfc1ee98800ffc))
10+
* **command:** idempotence by default ([a6a6134](https://github.com/openCoreEMR/oce-cli-import-codes/commit/a6a6134187ea3516c9d77387187b9ca9ecb4b218))
11+
* **command:** output as json for logging ([73b0691](https://github.com/openCoreEMR/oce-cli-import-codes/commit/73b0691c41ae4a84ad80fa156e7ee93f99705a1d))
12+
* **concurrency:** recheck if vocab is loaded after waiting for lock ([481fda1](https://github.com/openCoreEMR/oce-cli-import-codes/commit/481fda1703dfcdd58eca97117d4a16803884b525))
13+
* **import:** add --allow-unsupported flag and improve staging cleanup ([#18](https://github.com/openCoreEMR/oce-cli-import-codes/issues/18)) ([b710414](https://github.com/openCoreEMR/oce-cli-import-codes/commit/b7104143bf8e8c96ee0e96787d046d6d8916784f))
14+
* remove progress bars ([81875ca](https://github.com/openCoreEMR/oce-cli-import-codes/commit/81875cab1469781fd23c7e9d5ba02f260b667754))
15+
* **tooling:** add development environment and code quality tools ([#9](https://github.com/openCoreEMR/oce-cli-import-codes/issues/9)) ([7f495ff](https://github.com/openCoreEMR/oce-cli-import-codes/commit/7f495fff9127c41a02d92c714da8ea6bd8d52ea5))
16+
17+
18+
### Bug Fixes
19+
20+
* **command:** non-interactive ([788d04d](https://github.com/openCoreEMR/oce-cli-import-codes/commit/788d04d93f3302b64d8410798605126a8cd36210))
21+
* improve script flow and snomed reg ([cd52ede](https://github.com/openCoreEMR/oce-cli-import-codes/commit/cd52ede19cda0f1f33f7bd6efa01a40bf6ab9749))
22+
* **oce-import-codes:** fix the autoload path ([2ac5f6e](https://github.com/openCoreEMR/oce-cli-import-codes/commit/2ac5f6ec8345a0783d199f7ab613f112451c8c66))
23+
* updates after testing ([0f22537](https://github.com/openCoreEMR/oce-cli-import-codes/commit/0f225374c7e6bc7033df0b6f915e82ef968f5f2b))
24+
25+
## Changelog
26+
327
All notable changes to this project will be documented in this file.
428

529
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

0 commit comments

Comments
 (0)