From 3702b3d2993e27570cf800a4b59baea7a7c43cd5 Mon Sep 17 00:00:00 2001 From: ABouveron Date: Fri, 21 Jul 2023 11:02:42 +0200 Subject: [PATCH] feat: CHANGELOG.md addition --- .auto-changelog | 10 ++++++++++ CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 .auto-changelog create mode 100644 CHANGELOG.md diff --git a/.auto-changelog b/.auto-changelog new file mode 100644 index 0000000..0fa8996 --- /dev/null +++ b/.auto-changelog @@ -0,0 +1,10 @@ +{ + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": true, + "commitLimit": false, + "ignoreCommitPattern": "(ci|test|fix|doc|refactor|reformat|style|git|build|temp|Docker).*", + "sortCommits": "date-desc", + "hideEmptyReleases": true, + "hideCredit": true +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7b99b64 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,49 @@ +# Changelog + +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). + +## [v0.3.0](https://github.com/ABouveron/example-csharp-licensing-Docker/compare/v0.2.0...v0.3.0) - 2023-07-21 + +### Merged + +- feat: obfuscation with `dotnet run obfuscation` [`#3`](https://github.com/ABouveron/example-csharp-licensing-Docker/pull/3) + +### Commits + +- feat: security env var in compose.yaml [`69a75fd`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/69a75fd1bb3421de811674acaacaa2a902ba02af) +- feat: "offlineapi" Main arg addition [`178ed78`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/178ed78b7f25fdca21cdf276e52bc8472b290a0b) +- feat: allowing obfuscation with api usage [`60c88fd`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/60c88fd323c787baaae225391a005279da93b11a) + +## [v0.2.0](https://github.com/ABouveron/example-csharp-licensing-Docker/compare/v0.1.0...v0.2.0) - 2023-07-18 + +### Commits + +- feat: UX scripts [`8051960`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/80519609a0305b1137e294dd5b135b2958937f1f) +- feat: output in TestAPI.cs for first dotnet run [`d98e42f`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/d98e42f820da5075872873bde36c715c7aaddc2e) +- feat: better UX for install.sh [`1b6dbf5`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/1b6dbf5fb9a8e1640452776c71a620487b662ba6) +- feat: shell scripts install and run [`5c2f092`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/5c2f0920186dc417b535a36dc7625ff205a86833) +- feat: env file needed for api [`40a4917`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/40a4917e8df60898549ad39b89876c63297ca48c) +- feat: env file needed for install.sh [`9991cab`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/9991cab1375dff6875285a95f0ee8220c1a85d37) +- feat: implementation offline / online system [`a7dca5d`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/a7dca5dd76d5b1bdb08275d819e0c99f45bfe3a7) +- feat(api): PolicyCreation() [`12367ab`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/12367abdea8d91b5cae68c55ea99391f6490395b) +- feat: GroupCreation implementation [`35c5a5e`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/35c5a5e4e17bba4bd37571e667cd75bb488acf05) +- feat: entitlement creation [`8d88610`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/8d886107fd103dcb477870ff7906cc13d1d74518) +- feat: DistributionStrategy of Products & ProductCreation implementation [`aa4d02c`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/aa4d02cc8bb00d5cfb8a6ff493f5e915402caa2a) +- feat: better implementation of GenAdminToken() [`85b8174`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/85b817472da322b4607b5d1623f1bd9b117a6fd4) +- feat: RestAPI to communicate with web server + .env implementation [`3a49c6e`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/3a49c6eea9987654b42f7dff509527479df22e9a) +- feat: bash cmd [`69fa17d`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/69fa17da345a81fa7d52f0290eada563f8495e1f) +- feat: class allowing use of user passwords [`65dad65`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/65dad657b8365e177153a73b9ca17a08342c17eb) +- feat: seccomp profile [`a27bf6b`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/a27bf6b1f40758684aeb3205616b0bab1f84323b) +- feat: keep container running [`c6762c1`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/c6762c1e349a39e398b052ed9845c779e54f94b3) +- feat: bind-volume = target/ [`47b70ce`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/47b70ced0171dc43e3cd91b3370fdf7e563597e6) +- feat: global Usings.cs [`48005c2`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/48005c24e8feabb4cdaaef39a73ee343ec0e12c2) + +## v0.1.0 - 2023-07-05 + +### Commits + +- feat: implementation config example [`097e5c3`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/097e5c38da8c8b3ab28e739fce6d4b86de2f3b8c) +- feat: implementation license.lic [`867ab2b`](https://github.com/ABouveron/example-csharp-licensing-Docker/commit/867ab2bca855b46980d1253874199c8dd130dcbe)