From fd5d4fbbd7a311b5c8ab52e75a02aff46d5eec29 Mon Sep 17 00:00:00 2001 From: l-you Date: Tue, 20 Jan 2026 21:22:16 +0200 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aaf3922 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [0.1.0](https://github.com/RevoTale/php-checkbox-ua/compare/0.0.13...v0.1.0) (2026-01-20) + + +### Features + +* add lighweight release process ([#23](https://github.com/RevoTale/php-checkbox-ua/issues/23)) ([7837fe7](https://github.com/RevoTale/php-checkbox-ua/commit/7837fe79a3e052361b28f5ddf479a765ff21ead3)) +* client name and version defined for entire client according to the checkbox requirements. ([9a64db0](https://github.com/RevoTale/php-checkbox-ua/commit/9a64db0c5dfcbbe0d5657ba81e85ce63fcc93a52)) +* devcontainer developemnt ([c8aa548](https://github.com/RevoTale/php-checkbox-ua/commit/c8aa548f5c3e981d9103d573c199347d587f4919)) +* refactor CI to have semantic release and playweel with tests ([6f5580c](https://github.com/RevoTale/php-checkbox-ua/commit/6f5580cd891ac12a50e11c5c55a304883de161a9)) +* testing code in CI via php cs fixer ([2ec6330](https://github.com/RevoTale/php-checkbox-ua/commit/2ec63308807eb27a68717aed9bc0d5727757fb5f)) + + +### Bug Fixes + +* code style auto-fix refactoring with risky rules ([bffd302](https://github.com/RevoTale/php-checkbox-ua/commit/bffd302b0e04daa216a7b150b0169b7a0e3c3217)) +* inaccurate readme. Polish it. ([8dd10a4](https://github.com/RevoTale/php-checkbox-ua/commit/8dd10a451680a5bb2b9e32e7681b8607e29ce74c)) +* php 8.4 explicit nullable deprecation ([035af4a](https://github.com/RevoTale/php-checkbox-ua/commit/035af4ad18980c786a9330a3753145fdfa21e062)) +* PR release CI cghecks not run ([92089bc](https://github.com/RevoTale/php-checkbox-ua/commit/92089bc70cebd32dccaa617dd23dab825fd4dd28)) +* PR release CI cghecks not run ([4016be6](https://github.com/RevoTale/php-checkbox-ua/commit/4016be6de97f46238739b14cb5e47f1ae8753a83)) +* testing agains latest PHP version ([7892875](https://github.com/RevoTale/php-checkbox-ua/commit/7892875e38a10010efb984ef4e7ebb300084cc61))