Skip to content

Commit d46d30d

Browse files
committed
update CHANGELOG.md and ci.yml
1 parent e5d76c8 commit d46d30d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
JAVA_HOME: /opt/jdk
5454
with:
5555
project: cronut
56-
path: ./target
56+
path: target
5757
format: 'HTML'
58-
out: ./reports
58+
out: reports
5959
args: >
6060
--suppression ./dependency-check-suppressions.xml
6161
@@ -64,5 +64,5 @@ jobs:
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: nvd-cronut-${{ github.sha }}
67-
path: ./reports/*
67+
path: reports/*
6868
retention-days: 1

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## [1.0.1] - 2025-10-02
5+
6+
- Breakout cronut-integrant and cronut-javax into separate project repositories
7+
- Update tests re: trigger and job key identity
8+
49
## [1.0.0] - 2025-07-23
510

611
Significant rewrite of internals, splitting into three projects.

0 commit comments

Comments
 (0)