From 3c41129be85f5fd60cb8b7d46bd84c970499ec5f Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Tue, 10 Dec 2024 22:15:01 +0000 Subject: [PATCH] chore: release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef4..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..02af116 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## 1.0.0 (2024-12-10) + +## What's Changed +* ci: removing GitLab CI/CD configuration by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/8 +* ci: adding GitHub Actions Workflows linting by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/9 +* ci: adding mirroring workflow by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/10 +* ci: adding clean Git history checking by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/12 +* ci: adding Convention Commits linting by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/13 +* ci: adding C Continuous Integration (CI) by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/15 +* ci: adding GitHub Actions workflow formatting check by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/16 +* chore: Configure Renovate by @renovate in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/17 +* chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/18 +* ci: converting to earthly/actions-setup@v1 by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/20 +* docs: removing Continuous Integration (CI) badge by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/21 +* ci: adding release-please by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/22 +* Ci alpine migration for pinningupdating all dependencies by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/26 +* build: removing unneeded Rust/Cargo installation by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/31 +* ci: adding Renovate GitHub Workflow Earthly updating by @DeveloperC286 in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/32 +* chore(deps): update earthly/earthly docker tag to v0.8.15 by @renovate in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/33 + +## New Contributors +* @DeveloperC286 made their first contribution in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/8 +* @renovate made their first contribution in https://github.com/DeveloperC286/nasm-x86-shellcode-generator/pull/17 + +**Full Changelog**: https://github.com/DeveloperC286/nasm-x86-shellcode-generator/commits/v1.0.0