From f1719a378680909454c88eff1a2c7591cf4dbdaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:37:43 +0000 Subject: [PATCH] release: 1.0.0-alpha01 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ version.txt | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..3eee295 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0-alpha01" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c09b6aa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## 1.0.0-alpha01 (2024-06-02) + + +### Features + +* impl SDK version generation task ([#6](https://github.com/RyuNen344/GlyphKtx/issues/6)) ([09ad210](https://github.com/RyuNen344/GlyphKtx/commit/09ad2103e86f7b69e480ded67e16293ed7c10fd5)) + + +### Dependency Updates + +* **gitsubmodule:** bump Glyph-Developer-Kit from `75e4660` to `7e6c20f` ([#5](https://github.com/RyuNen344/GlyphKtx/issues/5)) ([ad5f32b](https://github.com/RyuNen344/GlyphKtx/commit/ad5f32b0c1361872c51056edeb92e8854ba5ec52)) + + +### Chores + +* debug github context ([0248414](https://github.com/RyuNen344/GlyphKtx/commit/0248414e42c7c124010c6d36c77d351c074e04ac)) +* release 1.0.0-alpha01 ([#2](https://github.com/RyuNen344/GlyphKtx/issues/2)) ([323ad58](https://github.com/RyuNen344/GlyphKtx/commit/323ad58fb25c78268ff03ea1b727a004afd7668a)) +* setup project ([dde9a46](https://github.com/RyuNen344/GlyphKtx/commit/dde9a465408025442ebdd0ccc242fb8d723ea127)) +* setup submodule ([#3](https://github.com/RyuNen344/GlyphKtx/issues/3)) ([78ddc89](https://github.com/RyuNen344/GlyphKtx/commit/78ddc891440939df5cc755a670eed086ce2c3745)) +* test submodule ([#4](https://github.com/RyuNen344/GlyphKtx/issues/4)) ([da5a1fb](https://github.com/RyuNen344/GlyphKtx/commit/da5a1fb561f3033db7c6ab4e699987ceacd86754)) +* update dependabot setting ([953b29a](https://github.com/RyuNen344/GlyphKtx/commit/953b29a7a1f3cbf183f3cac76bee19fd32f78ef7)) +* update dependabot setting ([8017b5e](https://github.com/RyuNen344/GlyphKtx/commit/8017b5e0eeb7e1ff189f0c08e27b1c5af595ffa8)) +* update released version ([33473dd](https://github.com/RyuNen344/GlyphKtx/commit/33473dd82fdf148102f30865765762b28093a22a)) diff --git a/version.txt b/version.txt index 77d6f4c..9501fa9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.0 +1.0.0-alpha01