From 0f6007b59536a5f98df8c2d37a4c8564cc630dda Mon Sep 17 00:00:00 2001 From: Aton-Kish <38515249+Aton-Kish@users.noreply.github.com> Date: Sun, 22 Oct 2023 12:38:49 +0000 Subject: [PATCH] docs: updated CHANGELOG for v0.1.0 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f74be60 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,46 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [Unreleased] + + +## v0.1.0 - 2023-10-22 + +### Bug fixes + +- [`70a1338`](https://github.com/Aton-Kish/syncup/commit/70a1338940695f2c9100ab63d40ff71c516c12af) fixed GitHub Actions workflow ([#18](https://github.com/Aton-Kish/syncup/issues/18)) +- [`7d9e1e8`](https://github.com/Aton-Kish/syncup/commit/7d9e1e8f71859410e93f2fd02e48529a3186c0d7) fixed release task ([#17](https://github.com/Aton-Kish/syncup/issues/17)) + +### Chores + +- [`01504be`](https://github.com/Aton-Kish/syncup/commit/01504be1f9c1b7bbe0f6abe44e40912c4d04b2cc) renamed cli entrypoint ([#14](https://github.com/Aton-Kish/syncup/issues/14)) +- [`5a12932`](https://github.com/Aton-Kish/syncup/commit/5a129320910957c47e3e6780a4bc4c87ce8b8bd0) added changelog generator ([#13](https://github.com/Aton-Kish/syncup/issues/13)) +- [`06e7763`](https://github.com/Aton-Kish/syncup/commit/06e77633625f0b8d6a65a8e6a29003fb48105556) setup goreleaser ([#12](https://github.com/Aton-Kish/syncup/issues/12)) +- [`0149357`](https://github.com/Aton-Kish/syncup/commit/0149357d1b0c4c61337938f157088c04702c93f7) setup development environment ([#1](https://github.com/Aton-Kish/syncup/issues/1)) + +### Code refactoring + +- [`abd6af7`](https://github.com/Aton-Kish/syncup/commit/abd6af70f4d0e40c817ca6fa0ea42c285391f0b8) improved error handling ([#6](https://github.com/Aton-Kish/syncup/issues/6)) + +### Documentation + +- [`b80b523`](https://github.com/Aton-Kish/syncup/commit/b80b523c049f598a505e9e9d56c667db85bd1866) updated user guide ([#16](https://github.com/Aton-Kish/syncup/issues/16)) +- [`f202628`](https://github.com/Aton-Kish/syncup/commit/f2026283320bc21e3c40d5fea870177269d48906) added documentation ([#15](https://github.com/Aton-Kish/syncup/issues/15)) +- [`0b5bc16`](https://github.com/Aton-Kish/syncup/commit/0b5bc1617f529456ea2e0973b0a17dac37ca7c00) added docs ([#11](https://github.com/Aton-Kish/syncup/issues/11)) + +### Features + +- [`933185c`](https://github.com/Aton-Kish/syncup/commit/933185c492a4203d42992f42bc06e2f628bac61f) added request id ([#10](https://github.com/Aton-Kish/syncup/issues/10)) +- [`49323b1`](https://github.com/Aton-Kish/syncup/commit/49323b12bc20ce0bcd37b4ba9cbff55cb5723418) push command ([#9](https://github.com/Aton-Kish/syncup/issues/9)) +- [`6eff886`](https://github.com/Aton-Kish/syncup/commit/6eff8869dfa72727537800f5a56fe47f45e2b6f2) added feature of deleting extraneous resources ([#8](https://github.com/Aton-Kish/syncup/issues/8)) +- [`f3fb89b`](https://github.com/Aton-Kish/syncup/commit/f3fb89bb35e6dcd79068e02bc5d81c02199db222) pull resolvers ([#7](https://github.com/Aton-Kish/syncup/issues/7)) +- [`b0c37e6`](https://github.com/Aton-Kish/syncup/commit/b0c37e64988bc3bfe0432095becc509b4df2a0f0) function identified by name ([#5](https://github.com/Aton-Kish/syncup/issues/5)) +- [`09cd328`](https://github.com/Aton-Kish/syncup/commit/09cd328b602c04caec4e0507ceb34c55dff368d5) pull functions ([#4](https://github.com/Aton-Kish/syncup/issues/4)) +- [`1ee6874`](https://github.com/Aton-Kish/syncup/commit/1ee6874c6da5eefb52f353676d964ef7b9f26f4e) pull schema ([#3](https://github.com/Aton-Kish/syncup/issues/3)) +- [`cd95896`](https://github.com/Aton-Kish/syncup/commit/cd958963c5b7561647e50f5749651acd4d82e0db) init cli ([#2](https://github.com/Aton-Kish/syncup/issues/2)) + +[Unreleased]: https://github.com/Aton-Kish/syncup/compare/v0.1.0...HEAD