Skip to content

Commit

Permalink
Maintenance release
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Feb 5, 2024
1 parent 79d713d commit 8b3967e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-02-05 0.4.8
- Maintenance release
- Fixing dependencies (@woutermont)

2024-01-22 0.4.7
- Maintenance release

2023-09-25 0.4.6
- Support default config file

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koreografeye",
"description": "A Solid choreography / orchestrator agent with a reasoning component",
"version": "0.4.7",
"version": "0.4.8",
"homepage": "",
"license": "MIT",
"author": "Patrick Hochstenbach <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/orch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const POL_MAIN_SUBJECT = 'https://www.example.org/ns/policy#mainSubject';
const POL_ORIGIN = 'https://www.example.org/ns/policy#origin';
let orchConf : string | undefined = undefined;

program.version('0.4.7')
program.version('0.4.8')
.argument('<rules>')
.option('-c,--config <file>','config file')
.option('-i,--in <directory>','input directory')
Expand Down
2 changes: 1 addition & 1 deletion src/pol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { ComponentsManager } from 'componentsjs';

let pluginConf : string | undefined = undefined;

program.version('0.4.7')
program.version('0.4.8')
.option('-c,--config <file>', 'configuration file')
.option('-i,--in <directory>','input directory')
.option('-e,--err <directory>','error directory')
Expand Down

0 comments on commit 8b3967e

Please sign in to comment.