Skip to content

Commit

Permalink
chore(release): v2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
## 2.0.0-SNAPSHOT - 2025-02-20
### Build
- Migrate config renovate.json
- Cleanup linter warnings
- Replace deprecated methods

### Chore
- Declare reuse/spdx license
- [**breaking**] Migrate namespace etc
- V2.0.0-SNAPSHOT
- Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12
- V2.0.1-SNAPSHOT
- Update actions/setup-java action to v4.7.0 (#4)
- Update bouncy castle to v1.80 (#7)
- Update maven build plugins (#8)
- V2.0.2-SNAPSHOT
- V2.0.3-SNAPSHOT
- V2.0.4-SNAPSHOT
- Update step-security/harden-runner action to v2.11.0 (#11)
- Reformat and adjust for google-style-java format
- Fix checkstyle warnings

### Ci
- Add test, sec scorecard,dep-check, licenselint
- Fetch whole history, only allow SNAPSHOT
- Add test of mvn central snapshot publ

### Docs
- Correct lib name

### Fix
- Fix RSA key tagging

[skip ci]

Signed-off-by: DiggSwedenBot <ospo@digg.se>
  • Loading branch information
DiggSwedenBot committed Feb 20, 2025
1 parent 8ab6ad2 commit 663a397
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 31 deletions.
40 changes: 10 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,39 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.4-SNAPSHOT] - 2025-02-13

### Fixed

- Fix RSA key tagging

## [2.0.3-SNAPSHOT] - 2025-02-12
## [2.0.0-SNAPSHOT] - 2025-02-20

### Added

- Add test of mvn central snapshot publ
- Add test, sec scorecard,dep-check, licenselint

### Changed

- Reformat and adjust for google-style-java format
- Update step-security/harden-runner action to v2.11.0 (#11)
- V2.0.4-SNAPSHOT
- V2.0.3-SNAPSHOT

## [2.0.2-SNAPSHOT] - 2025-02-12

### Changed

- V2.0.2-SNAPSHOT
- Fetch whole history, only allow SNAPSHOT
- Update maven build plugins (#8)
- Update bouncy castle to v1.80 (#7)
- Update actions/setup-java action to v4.7.0 (#4)

## [2.0.1-SNAPSHOT] - 2025-02-10

### Changed

- V2.0.1-SNAPSHOT
- Replace deprecated methods
- Cleanup linter warnings
- Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12
- Migrate config renovate.json
- Correct lib name

## [2.0.0-SNAPSHOT] - 2025-02-06

### Added

- Add test, sec scorecard,dep-check, licenselint

### Changed

- V2.0.0-SNAPSHOT
- Migrate namespace etc
- Declare reuse/spdx license

### Fixed

- Fix checkstyle warnings
- Fix RSA key tagging

## [1.2.1-release-tag] - 2025-01-18

### Added
Expand All @@ -65,10 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update README.md
- Initial commit

[2.0.4-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/v2.0.3-SNAPSHOT..v2.0.4-SNAPSHOT
[2.0.3-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/v2.0.2-SNAPSHOT..v2.0.3-SNAPSHOT
[2.0.2-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/v2.0.1-SNAPSHOT..v2.0.2-SNAPSHOT
[2.0.1-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/v2.0.0-SNAPSHOT..v2.0.1-SNAPSHOT
[2.0.0-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/1.2.1-release-tag..v2.0.0-SNAPSHOT

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>se.digg.cose</groupId>
<artifactId>cose-lib</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<name>se.digg.cose:cose-lib</name>
<description>A Java implementation that supports the COSE secure message specification.</description>
Expand Down

0 comments on commit 663a397

Please sign in to comment.