From 309180d9b51fe6ce817b43525ad83cf943ce03f1 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 20 Aug 2024 22:05:05 +0000 Subject: [PATCH] chore(release): 0.61.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 526 ++++++++++++++++++++++++++++- hexagon/runtime/version.py | 2 +- setup.py | 2 +- tests_e2e/__specs/print_version.py | 2 +- 4 files changed, 528 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 349d61f..b0b27cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # CHANGELOG -## v0.61.0 (2024-08-19) +## v0.61.0 (2024-08-20) ### Chore +* chore(release): specify build command ([`0dbbf67`](https://github.com/lt-mayonesa/hexagon/commit/0dbbf6776b1cde6cec7e5f31456f6ff22b78f225)) + +* chore(release): configure semantic release v9 ([`6c95617`](https://github.com/lt-mayonesa/hexagon/commit/6c95617a795b811e5cd066ba5377c49ed1f0c40a)) + * chore(ci): publish to PyPi ([`38b1a2d`](https://github.com/lt-mayonesa/hexagon/commit/38b1a2d75d7423a46a00ac02c50ff265931f3225)) * chore(deps): bump actions/checkout from 3 to 4 (#85) @@ -81,6 +85,10 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu ### Chore +* chore(release): 0.60.0 + +Automatically generated by python-semantic-release ([`06a19f2`](https://github.com/lt-mayonesa/hexagon/commit/06a19f20e7418e5bd7896068c61a7a7f23c19bdc)) + * chore(deps): setup dependabot version upgrades ([`6c43a24`](https://github.com/lt-mayonesa/hexagon/commit/6c43a2491c79f67f3df09809b54406eb6ca2905b)) * chore(deps): migrate to pydantic v2 (#81) ([`56ec06e`](https://github.com/lt-mayonesa/hexagon/commit/56ec06e0a1ffcd94530504ddb98cec8598f93911)) @@ -91,6 +99,12 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu ## v0.59.0 (2024-04-09) +### Chore + +* chore(release): 0.59.0 + +Automatically generated by python-semantic-release ([`af644e1`](https://github.com/lt-mayonesa/hexagon/commit/af644e1f6848efda2d62eaa1b2e80a968fd9a330)) + ### Feature * feat(cli): allow configuring entrypoint on install ([`ed75377`](https://github.com/lt-mayonesa/hexagon/commit/ed7537743c6fdfe957a095d7ab51b7302df347ec)) @@ -99,6 +113,10 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu ### Chore +* chore(release): 0.58.1 + +Automatically generated by python-semantic-release ([`1f2d4b9`](https://github.com/lt-mayonesa/hexagon/commit/1f2d4b92816cbad9fa1b9532eff2fce85539ad7b)) + * chore(ci): fix package step ([`5d51e29`](https://github.com/lt-mayonesa/hexagon/commit/5d51e29e017e6fbd493164162f48a8903165729f)) ### Fix @@ -109,6 +127,10 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu ### Chore +* chore(release): 0.58.0 + +Automatically generated by python-semantic-release ([`a1896d4`](https://github.com/lt-mayonesa/hexagon/commit/a1896d4dcc3dc58b1b265bbeaa3b3fd67b8c30df)) + * chore(dist): min python is 3.9 (#79) ([`017ce49`](https://github.com/lt-mayonesa/hexagon/commit/017ce49c80947a4e2ee9162778ec99ad04253b03)) * chore(ci): publish release to pypi ([`45eb5fd`](https://github.com/lt-mayonesa/hexagon/commit/45eb5fd75193908478b184e07ced4012690e61f1)) @@ -153,6 +175,10 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu ### Chore +* chore(release): 0.57.0 + +Automatically generated by python-semantic-release ([`471f5cb`](https://github.com/lt-mayonesa/hexagon/commit/471f5cb0b0739835173be06a93f9c70abb48ae48)) + * chore(tests): check re-prompting assigns correctly ([`6946c72`](https://github.com/lt-mayonesa/hexagon/commit/6946c7208adc588e3919acd9aba844087739cc5a)) ### Feature @@ -165,6 +191,10 @@ fixes #76 ([`608d5dd`](https://github.com/lt-mayonesa/hexagon/commit/608d5dd99ee ### Chore +* chore(release): 0.56.0 + +Automatically generated by python-semantic-release ([`57aee1a`](https://github.com/lt-mayonesa/hexagon/commit/57aee1a8fe01fab12eb5838f7b3d0b0f92c57f16)) + * chore(deps): remove unused requests lib ([`55f114d`](https://github.com/lt-mayonesa/hexagon/commit/55f114d28ab626ebfb1179347b9ecd4f304a5376)) ### Feature @@ -176,6 +206,12 @@ solves #72 ([`7449404`](https://github.com/lt-mayonesa/hexagon/commit/7449404463 ## v0.55.0 (2024-02-18) +### Chore + +* chore(release): 0.55.0 + +Automatically generated by python-semantic-release ([`3189d75`](https://github.com/lt-mayonesa/hexagon/commit/3189d75b74d7a98c5b4354a2055c429072d8b5a0)) + ### Feature * feat(hexagon): added get-json-schema tool (#73) ([`5377fbf`](https://github.com/lt-mayonesa/hexagon/commit/5377fbfaa1d4a82f16ae9d8a08cce740adb883b2)) @@ -184,6 +220,10 @@ solves #72 ([`7449404`](https://github.com/lt-mayonesa/hexagon/commit/7449404463 ### Chore +* chore(release): 0.54.0 + +Automatically generated by python-semantic-release ([`63dc26b`](https://github.com/lt-mayonesa/hexagon/commit/63dc26ba80ab6ce05a17fb7d4e1aac001d213c17)) + * chore(deps): upgrade packages ([`67f5388`](https://github.com/lt-mayonesa/hexagon/commit/67f5388892674accc6cea15abec2b9f589983ad7)) * chore(cli): pipenv update command ([`17a0e09`](https://github.com/lt-mayonesa/hexagon/commit/17a0e0952069bfe3858b65f78f2edff20dc828fe)) @@ -198,12 +238,24 @@ solves #72 ([`7449404`](https://github.com/lt-mayonesa/hexagon/commit/7449404463 ## v0.53.2 (2023-11-13) +### Chore + +* chore(release): 0.53.2 + +Automatically generated by python-semantic-release ([`b0c9670`](https://github.com/lt-mayonesa/hexagon/commit/b0c96707c0f88ff8240b93d7d306ace17ec75522)) + ### Fix * fix(i18n): validate existing paths ([`0b268e6`](https://github.com/lt-mayonesa/hexagon/commit/0b268e6a96e1886a1dd446b2f7fe483bdcc3adda)) ## v0.53.1 (2023-11-12) +### Chore + +* chore(release): 0.53.1 + +Automatically generated by python-semantic-release ([`e772016`](https://github.com/lt-mayonesa/hexagon/commit/e772016b4a353f630d70d41d0859a5db56dc0564)) + ### Fix * fix(help): don't print usage twice ([`603af0f`](https://github.com/lt-mayonesa/hexagon/commit/603af0fb1531bed4475b81c8d9175c1b53d4867e)) @@ -214,6 +266,12 @@ solves #72 ([`7449404`](https://github.com/lt-mayonesa/hexagon/commit/7449404463 ## v0.53.0 (2023-11-12) +### Chore + +* chore(release): 0.53.0 + +Automatically generated by python-semantic-release ([`6f4ad8a`](https://github.com/lt-mayonesa/hexagon/commit/6f4ad8a2237ae98f32242c006ab0fc3e88129cb5)) + ### Feature * feat(args): allow passing boolean as key only (#69) @@ -223,6 +281,12 @@ for any boolean arg you can use keys: ## v0.52.1 (2023-11-09) +### Chore + +* chore(release): 0.52.1 + +Automatically generated by python-semantic-release ([`48510c9`](https://github.com/lt-mayonesa/hexagon/commit/48510c975206481d202efa6c1f65eaee5d9b574f)) + ### Fix * fix(tracer): lowercase traced bool ([`a19f109`](https://github.com/lt-mayonesa/hexagon/commit/a19f109e359623a6f8fe94315f1584dd03a63225)) @@ -233,6 +297,10 @@ for any boolean arg you can use keys: ### Chore +* chore(release): 0.52.0 + +Automatically generated by python-semantic-release ([`b92430a`](https://github.com/lt-mayonesa/hexagon/commit/b92430a47f59e72b95fe00fb1098c40709c87ddb)) + * chore(flake8): remove unused imports ([`0bee930`](https://github.com/lt-mayonesa/hexagon/commit/0bee93089fd016f49fe17a919c79c5f27c63bb97)) * chore(prompt): prompt_on_access test ([`46f1295`](https://github.com/lt-mayonesa/hexagon/commit/46f12955084bbdfd9ae0f9c6bc6dfdd6689f7cba)) @@ -245,6 +313,10 @@ for any boolean arg you can use keys: ### Chore +* chore(release): 0.51.3 + +Automatically generated by python-semantic-release ([`f08a51e`](https://github.com/lt-mayonesa/hexagon/commit/f08a51e10cce9218039a50ba2d6b244a9d3e10ee)) + * chore(nightly): improve install message ([`35c4335`](https://github.com/lt-mayonesa/hexagon/commit/35c433528391594eaca97c6cb9982f4e95f326f7)) * chore(e2e): print dont wrap long lines ([`c68e187`](https://github.com/lt-mayonesa/hexagon/commit/c68e187b22036ea1be92d93ba64a71067a91e32c)) @@ -259,6 +331,12 @@ fixes: #64 ([`685bdef`](https://github.com/lt-mayonesa/hexagon/commit/685bdefd14 ## v0.51.2 (2023-10-30) +### Chore + +* chore(release): 0.51.2 + +Automatically generated by python-semantic-release ([`388afa3`](https://github.com/lt-mayonesa/hexagon/commit/388afa3f99f6a046bd92da804d0d31f2391f747b)) + ### Fix * fix(tracer): trace enum values correctly (#63) @@ -267,6 +345,12 @@ fixes: #64 ([`685bdef`](https://github.com/lt-mayonesa/hexagon/commit/685bdefd14 ## v0.51.1 (2023-10-29) +### Chore + +* chore(release): 0.51.1 + +Automatically generated by python-semantic-release ([`91e9e79`](https://github.com/lt-mayonesa/hexagon/commit/91e9e79f211c9c9d97efa6f4bd3cc63f6667e9c7)) + ### Fix * fix(tracer): execute again display enum correctly ([`50d575a`](https://github.com/lt-mayonesa/hexagon/commit/50d575aed1d10516fc531e0f4946ab2655086e5c)) @@ -275,6 +359,10 @@ fixes: #64 ([`685bdef`](https://github.com/lt-mayonesa/hexagon/commit/685bdefd14 ### Chore +* chore(release): 0.51.0 + +Automatically generated by python-semantic-release ([`fd278a6`](https://github.com/lt-mayonesa/hexagon/commit/fd278a61b3ded4b8a14c507faef0b57da2c7841b)) + * chore(prompt): pass extra model fields to validator ([`09d69a4`](https://github.com/lt-mayonesa/hexagon/commit/09d69a4ff7e04238fa649e0cab0e6964e6dc630b)) ### Feature @@ -294,6 +382,10 @@ fixes #30 ([`05002ac`](https://github.com/lt-mayonesa/hexagon/commit/05002ac13c5 ### Chore +* chore(release): 0.50.0 + +Automatically generated by python-semantic-release ([`0e17154`](https://github.com/lt-mayonesa/hexagon/commit/0e1715488486055a0805c3c477b627566dea77d9)) + * chore(e2e): hexagon spec hints ([`8c4c53a`](https://github.com/lt-mayonesa/hexagon/commit/8c4c53aa4f015ff921adcebe02a644ba50e77c43)) * chore(deps): bump urllib3 from 2.0.5 to 2.0.7 (#58) @@ -324,6 +416,10 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu ### Chore +* chore(release): 0.49.2 + +Automatically generated by python-semantic-release ([`1c30cc6`](https://github.com/lt-mayonesa/hexagon/commit/1c30cc615dc7e9582dd99407c978d2a351b723de)) + * chore(deps): update python packages (#54) pydantic 2 not yet supported ([`c66c876`](https://github.com/lt-mayonesa/hexagon/commit/c66c8765e3c00c17dc9a66af1eba16eed78fdd1e)) @@ -334,6 +430,12 @@ pydantic 2 not yet supported ([`c66c876`](https://github.com/lt-mayonesa/hexagon ## v0.49.1 (2023-09-24) +### Chore + +* chore(release): 0.49.1 + +Automatically generated by python-semantic-release ([`e2bc3dc`](https://github.com/lt-mayonesa/hexagon/commit/e2bc3dc7ea92917082f62e8665c2018b1e93316e)) + ### Fix * fix(execute): handle script relative paths correctly ([`9399df5`](https://github.com/lt-mayonesa/hexagon/commit/9399df5070716d0b7642b915b82016a30c95d78a)) @@ -342,6 +444,12 @@ pydantic 2 not yet supported ([`c66c876`](https://github.com/lt-mayonesa/hexagon ## v0.49.0 (2023-09-20) +### Chore + +* chore(release): 0.49.0 + +Automatically generated by python-semantic-release ([`ebe5fd1`](https://github.com/lt-mayonesa/hexagon/commit/ebe5fd1d4c255db6db94ad7795da2876d294c2d1)) + ### Feature * feat(plugins): allow to register plugins from multiple sources (#52) @@ -352,18 +460,36 @@ solves #45 ([`2c42112`](https://github.com/lt-mayonesa/hexagon/commit/2c42112cb8 ## v0.48.4 (2023-09-20) +### Chore + +* chore(release): 0.48.4 + +Automatically generated by python-semantic-release ([`d3cbae1`](https://github.com/lt-mayonesa/hexagon/commit/d3cbae196a9e7c3b4fac501f47152f668d1694f0)) + ### Fix * fix(i18n): add messages for number & secret hints (#51) ([`220fe6c`](https://github.com/lt-mayonesa/hexagon/commit/220fe6ce6142bb68914ea28a0edd4e704b535260)) ## v0.48.3 (2023-09-18) +### Chore + +* chore(release): 0.48.3 + +Automatically generated by python-semantic-release ([`e319149`](https://github.com/lt-mayonesa/hexagon/commit/e3191491057e67a3fe386c29234d06abfad1056f)) + ### Fix * fix(hooks): terminate background hooks (#50) ([`f7f762f`](https://github.com/lt-mayonesa/hexagon/commit/f7f762f4558b5633d348d2a370a8f2941e8e4dde)) ## v0.48.2 (2023-09-13) +### Chore + +* chore(release): 0.48.2 + +Automatically generated by python-semantic-release ([`fc95ab2`](https://github.com/lt-mayonesa/hexagon/commit/fc95ab25e84eb194d2d9846fe59b739e4fa6f610)) + ### Fix * fix(tracer): store Enum value (#49) @@ -375,24 +501,48 @@ also: ## v0.48.1 (2023-09-12) +### Chore + +* chore(release): 0.48.1 + +Automatically generated by python-semantic-release ([`ff97259`](https://github.com/lt-mayonesa/hexagon/commit/ff97259803f2bbcaa2f649bf9978f435d3713484)) + ### Fix * fix(prompt): dont set default on inquiry type Enum ([`c604507`](https://github.com/lt-mayonesa/hexagon/commit/c604507fe43320430685527117fb911f51381834)) ## v0.48.0 (2023-09-12) +### Chore + +* chore(release): 0.48.0 + +Automatically generated by python-semantic-release ([`10efb63`](https://github.com/lt-mayonesa/hexagon/commit/10efb6385a9c20ac0d8cad3f4f3ed5dc994b6221)) + ### Feature * feat(prompt): support ints, floats, paths globs, secrets (#46) ([`60e39fc`](https://github.com/lt-mayonesa/hexagon/commit/60e39fc200fcd197e96e44960ba7b45d448a358a)) ## v0.47.1 (2023-08-07) +### Chore + +* chore(release): 0.47.1 + +Automatically generated by python-semantic-release ([`c16f8a5`](https://github.com/lt-mayonesa/hexagon/commit/c16f8a54d63b24fe0d00f5adf9491098792f2f27)) + ### Fix * fix(execute): pass user PATH to scripts execution ([`6c6157c`](https://github.com/lt-mayonesa/hexagon/commit/6c6157c667563584281dbd553ed9eae8a1904add)) ## v0.47.0 (2023-08-07) +### Chore + +* chore(release): 0.47.0 + +Automatically generated by python-semantic-release ([`c4f4287`](https://github.com/lt-mayonesa/hexagon/commit/c4f42871591a1ee1155432a54f61b7bd6855d9ef)) + ### Ci * ci(reports): set permissions for publish ([`a3d2d47`](https://github.com/lt-mayonesa/hexagon/commit/a3d2d470091bc4bd5488a5c3004bcc7729460b68)) @@ -408,6 +558,12 @@ this is a breaking change, but we are in alpha so ¯\_(ツ)_/¯ ([`f90bd8e`](htt ## v0.46.2 (2023-08-06) +### Chore + +* chore(release): 0.46.2 + +Automatically generated by python-semantic-release ([`74d4184`](https://github.com/lt-mayonesa/hexagon/commit/74d41848df1e90c88ebc886581611dc6c38af729)) + ### Ci * ci(e2e): retry e2e tests in case of failure @@ -426,12 +582,24 @@ and keep local in the same ([`7417c4d`](https://github.com/lt-mayonesa/hexagon/c ## v0.46.1 (2023-08-06) +### Chore + +* chore(release): 0.46.1 + +Automatically generated by python-semantic-release ([`b81d658`](https://github.com/lt-mayonesa/hexagon/commit/b81d6587cad169bc1b6f0b54c2a8c77386b78bc4)) + ### Fix * fix(logger): check status level on status_aware ([`d893dcb`](https://github.com/lt-mayonesa/hexagon/commit/d893dcbc9f437efdf12ef758ae4dd84afd32071a)) ## v0.46.0 (2023-08-06) +### Chore + +* chore(release): 0.46.0 + +Automatically generated by python-semantic-release ([`c98a8e3`](https://github.com/lt-mayonesa/hexagon/commit/c98a8e39bb469532e8d83aba6379dbd5ecfb47d5)) + ### Ci * ci(release): use correct gh token ([`b0d1a35`](https://github.com/lt-mayonesa/hexagon/commit/b0d1a35edbb0adbe185dd26face3e284375970fa)) @@ -450,6 +618,12 @@ hints/helps can be disabled with `options.hints_disabled` ([`0c4ec1f`](https://g ## v0.45.0 (2023-07-29) +### Chore + +* chore(release): 0.45.0 + +Automatically generated by python-semantic-release ([`2eedf64`](https://github.com/lt-mayonesa/hexagon/commit/2eedf6435fcaa338f15679e609041cd0be428149)) + ### Feature * feat(status): allow to nest statuses and prompt inside ([`d6e194e`](https://github.com/lt-mayonesa/hexagon/commit/d6e194e4c4ee9e352d9f7e484a7ce4d08dc9bcc6)) @@ -462,6 +636,12 @@ hints/helps can be disabled with `options.hints_disabled` ([`0c4ec1f`](https://g ## v0.44.0 (2023-07-29) +### Chore + +* chore(release): 0.44.0 + +Automatically generated by python-semantic-release ([`a996fa0`](https://github.com/lt-mayonesa/hexagon/commit/a996fa0ef4aea68ca8e4b1a46b0bbc983ecbaefd)) + ### Documentation * docs(setup): update local setup instractions ([`12a7da7`](https://github.com/lt-mayonesa/hexagon/commit/12a7da732aabb517e1be83487b5e624fa656dfc8)) @@ -484,6 +664,10 @@ hints/helps can be disabled with `options.hints_disabled` ([`0c4ec1f`](https://g ### Chore +* chore(release): 0.43.2 + +Automatically generated by python-semantic-release ([`981af55`](https://github.com/lt-mayonesa/hexagon/commit/981af5555cd61ba430433302123aa9538e6875fc)) + * chore(e2e): 3.7 failing test ([`cb360b0`](https://github.com/lt-mayonesa/hexagon/commit/cb360b0baacd899e527326a0fae75c880640e769)) * chore(e2e): allow to specify multiple yaml ([`5da4d92`](https://github.com/lt-mayonesa/hexagon/commit/5da4d9272cfda5440ea6a55033ddb4dcf6383cc0)) @@ -508,10 +692,28 @@ hints/helps can be disabled with `options.hints_disabled` ([`0c4ec1f`](https://g * refactor(dependencies): dry up code ([`b8a843e`](https://github.com/lt-mayonesa/hexagon/commit/b8a843e46fab26953f6949697fa5d772dc2bb229)) +### Unknown + +* 0.43.4 + +Automatically generated by python-semantic-release ([`7b0da25`](https://github.com/lt-mayonesa/hexagon/commit/7b0da25081dbc159297e96fc93e440ccd0e287dd)) + +* 0.43.3 + +Automatically generated by python-semantic-release ([`b4c2492`](https://github.com/lt-mayonesa/hexagon/commit/b4c249238e2ec4ddd48baed39b60acbadfea08cf)) + +* 0.43.2 + +Automatically generated by python-semantic-release ([`0402ec9`](https://github.com/lt-mayonesa/hexagon/commit/0402ec9fd25435835f024f678864785f5854622e)) + ## v0.43.1 (2023-07-09) ### Chore +* chore(release): 0.43.1 + +Automatically generated by python-semantic-release ([`c0c4214`](https://github.com/lt-mayonesa/hexagon/commit/c0c4214080d34facb4dff3b93625e85d8dd2a4ff)) + * chore(e2e): fix flaky test ([`5a946f7`](https://github.com/lt-mayonesa/hexagon/commit/5a946f7f582d99de73d9be29629f572827f8f32e)) * chore(flake8): remove unused variable ([`09165d1`](https://github.com/lt-mayonesa/hexagon/commit/09165d180b5e6d0a8aea3ee8492f9aaf8e10debf)) @@ -548,18 +750,36 @@ hints/helps can be disabled with `options.hints_disabled` ([`0c4ec1f`](https://g ## v0.43.0 (2023-05-06) +### Chore + +* chore(release): 0.43.0 + +Automatically generated by python-semantic-release ([`a9a60b2`](https://github.com/lt-mayonesa/hexagon/commit/a9a60b290e86e87368b20664d55d813f2a1fa35c)) + ### Feature * feat(args): prompt same arg multiple times and trace ([`7a96e23`](https://github.com/lt-mayonesa/hexagon/commit/7a96e23cc8e2c69b6f2e07558bd37041af927830)) ## v0.42.1 (2023-05-06) +### Chore + +* chore(release): 0.42.1 + +Automatically generated by python-semantic-release ([`d33c8f8`](https://github.com/lt-mayonesa/hexagon/commit/d33c8f82c9ca6e39e9cd814c94c62c079127f753)) + ### Fix * fix(args): use correct value when tracing ([`f00dac8`](https://github.com/lt-mayonesa/hexagon/commit/f00dac85f2e10621826a9312f5d2eab02271606a)) ## v0.42.0 (2023-05-02) +### Chore + +* chore(release): 0.42.0 + +Automatically generated by python-semantic-release ([`a00cd8b`](https://github.com/lt-mayonesa/hexagon/commit/a00cd8b8b236ce1e4185d2217119a9f915144b65)) + ### Feature * feat(args): add prompt API to hexagon args ([`6cfb88f`](https://github.com/lt-mayonesa/hexagon/commit/6cfb88fc309a303ee234821754b061ae4606404f)) @@ -568,6 +788,10 @@ hints/helps can be disabled with `options.hints_disabled` ([`0c4ec1f`](https://g ### Chore +* chore(release): 0.41.1 + +Automatically generated by python-semantic-release ([`db11fa7`](https://github.com/lt-mayonesa/hexagon/commit/db11fa721f2c75e0fb9aad59659cf1efd5b4405f)) + * chore(test): ignore blank lines when matching outout ([`9607636`](https://github.com/lt-mayonesa/hexagon/commit/96076362b10dbc2f3d9f02440346b460b2ef37f9)) ### Fix @@ -578,6 +802,10 @@ hints/helps can be disabled with `options.hints_disabled` ([`0c4ec1f`](https://g ### Chore +* chore(release): 0.41.0 + +Automatically generated by python-semantic-release ([`17cabd8`](https://github.com/lt-mayonesa/hexagon/commit/17cabd8131bcfa428ef0d97f216b03d1fad0d1f7)) + * chore(test): log hexagon spec steps ([`f1a3e00`](https://github.com/lt-mayonesa/hexagon/commit/f1a3e00cd8e8b064a65141d3eee7ca7107fd4a5b)) * chore(dependencies): update to newest versions ([`c1bc52d`](https://github.com/lt-mayonesa/hexagon/commit/c1bc52daae64de2e51da04e60ad15819c3ca366d)) @@ -590,6 +818,12 @@ also simplify e2e tests ([`bb39265`](https://github.com/lt-mayonesa/hexagon/comm ## v0.40.0 (2023-04-12) +### Chore + +* chore(release): 0.40.0 + +Automatically generated by python-semantic-release ([`06d65cf`](https://github.com/lt-mayonesa/hexagon/commit/06d65cfeb50fb38713e7801e9176b0efffef0d44)) + ### Feature * feat(args): do not validate special characters on args ([`e793175`](https://github.com/lt-mayonesa/hexagon/commit/e79317551d686021d50915c61e25de69d80bf29e)) @@ -604,6 +838,12 @@ also simplify e2e tests ([`bb39265`](https://github.com/lt-mayonesa/hexagon/comm ## v0.39.0 (2023-04-10) +### Chore + +* chore(release): 0.39.0 + +Automatically generated by python-semantic-release ([`c2cbf28`](https://github.com/lt-mayonesa/hexagon/commit/c2cbf28e42e6a646fa5a157fa45db952fe65dcc6)) + ### Feature * feat(args): apply model validations when prompting ([`86bf096`](https://github.com/lt-mayonesa/hexagon/commit/86bf096817194810d0143bc98bfafad575435115)) @@ -622,12 +862,24 @@ cleanup of tools seed and docker_registry, they will be added to their own repos ## v0.38.1 (2023-04-06) +### Chore + +* chore(release): 0.38.1 + +Automatically generated by python-semantic-release ([`31cdca2`](https://github.com/lt-mayonesa/hexagon/commit/31cdca26b8a6ef2c5e405b69a419065fc433ffbe)) + ### Fix * fix(args): trace all input args and one time only ([`8b69454`](https://github.com/lt-mayonesa/hexagon/commit/8b6945487dddf9d4bb31a916743689e1831ee13b)) ## v0.38.0 (2023-04-05) +### Chore + +* chore(release): 0.38.0 + +Automatically generated by python-semantic-release ([`7c1dacd`](https://github.com/lt-mayonesa/hexagon/commit/7c1dacdd98ebe5cbdfa1301821ff7b49d31dc90c)) + ### Ci * ci: use github environment files ([`fbffcc3`](https://github.com/lt-mayonesa/hexagon/commit/fbffcc3b0583aad35dc18a7f7515f4446063b6ee)) @@ -654,6 +906,10 @@ cleanup of tools seed and docker_registry, they will be added to their own repos ### Chore +* chore(release): 0.37.0 + +Automatically generated by python-semantic-release ([`97ce5db`](https://github.com/lt-mayonesa/hexagon/commit/97ce5db607e7b807274edab34d5d8931ed980c25)) + * chore(i18n): fix message id ([`b66d48d`](https://github.com/lt-mayonesa/hexagon/commit/b66d48d47589246df7ae4ea1fdf522df9735c4d7)) ### Ci @@ -666,12 +922,24 @@ cleanup of tools seed and docker_registry, they will be added to their own repos ## v0.36.0 (2023-04-02) +### Chore + +* chore(release): 0.36.0 + +Automatically generated by python-semantic-release ([`9c1b99f`](https://github.com/lt-mayonesa/hexagon/commit/9c1b99f68918e4467c719ee0d7afa2abd198b274)) + ### Feature * feat(args): show help text for tools ([`9e387a7`](https://github.com/lt-mayonesa/hexagon/commit/9e387a7f0872029fd703c0bb87fba35ac6b7aa71)) ## v0.35.1 (2023-04-01) +### Chore + +* chore(release): 0.35.1 + +Automatically generated by python-semantic-release ([`065c9bd`](https://github.com/lt-mayonesa/hexagon/commit/065c9bde86e8928f53521e2f29eabcf47c94c6bf)) + ### Fix * fix(args): handle case when last optional arg has missing value ([`e05004b`](https://github.com/lt-mayonesa/hexagon/commit/e05004bf393ed79bf3a7283fe4d8938aa3a5d236)) @@ -680,6 +948,10 @@ cleanup of tools seed and docker_registry, they will be added to their own repos ### Chore +* chore(release): 0.35.0 + +Automatically generated by python-semantic-release ([`067ab36`](https://github.com/lt-mayonesa/hexagon/commit/067ab36817063366a30b659955d83c1cb3588777)) + * chore(e2e): always print command output ([`d9a88a6`](https://github.com/lt-mayonesa/hexagon/commit/d9a88a683ef22725189dff7ae2717aa0a6a43e4d)) ### Ci @@ -704,6 +976,10 @@ users define a class Args(ToolArgs) in their python actions that will automagica ### Chore +* chore(release): 0.34.0 + +Automatically generated by python-semantic-release ([`57f067a`](https://github.com/lt-mayonesa/hexagon/commit/57f067acc196f61815755f6665b5397c517ef2a4)) + * chore(e2e): set terminal COLUMNS size to 200 ([`99b431e`](https://github.com/lt-mayonesa/hexagon/commit/99b431e8408a63cd5ccbb9f2c78a65f50ae96c9f)) * chore: updating directories structure @@ -722,6 +998,10 @@ new structure should be more easy to follow ([`7174bb2`](https://github.com/lt-m ### Chore +* chore(release): 0.33.0 + +Automatically generated by python-semantic-release ([`b248bc1`](https://github.com/lt-mayonesa/hexagon/commit/b248bc12b65c20eba28c0a6fe89a21bca73b9009)) + * chore: fix flake8 reports ([`29167b5`](https://github.com/lt-mayonesa/hexagon/commit/29167b55c409d5dfc57f0f0c31375ac88755b5f5)) * chore(i18n): update po line references ([`8b35967`](https://github.com/lt-mayonesa/hexagon/commit/8b359677218c25dda69d82a7fe79057a8d42604e)) @@ -745,6 +1025,10 @@ new structure should be more easy to follow ([`7174bb2`](https://github.com/lt-m ### Chore +* chore(release): 0.32.0 + +Automatically generated by python-semantic-release ([`b95be45`](https://github.com/lt-mayonesa/hexagon/commit/b95be45ee3e4c3361bc7c75cf57dfd76682b1f85)) + * chore(e2e): skip timeout when debugging ([`c5523a9`](https://github.com/lt-mayonesa/hexagon/commit/c5523a9cda1e94b8a4455bae0f3a02afab20eae6)) ### Ci @@ -761,6 +1045,12 @@ fixes #2 ([`08f4258`](https://github.com/lt-mayonesa/hexagon/commit/08f425800f4b ## v0.31.0 (2023-03-13) +### Chore + +* chore(release): 0.31.0 + +Automatically generated by python-semantic-release ([`bf6f92a`](https://github.com/lt-mayonesa/hexagon/commit/bf6f92a12d532bd93256400e30b573dc898b162c)) + ### Ci * ci(test): use java-junit reporter ([`057d1b3`](https://github.com/lt-mayonesa/hexagon/commit/057d1b37c182eb925e9dfcba089c03a321204441)) @@ -773,6 +1063,12 @@ fixes #2 ([`08f4258`](https://github.com/lt-mayonesa/hexagon/commit/08f425800f4b ## v0.30.0 (2023-03-12) +### Chore + +* chore(release): 0.30.0 + +Automatically generated by python-semantic-release ([`d42abc8`](https://github.com/lt-mayonesa/hexagon/commit/d42abc871591329835ad9b0bde60ff054ec57b7f)) + ### Ci * ci: update project metadata ([`a7c311d`](https://github.com/lt-mayonesa/hexagon/commit/a7c311dc8e5968102841961d7fa352a4bd263ac6)) @@ -787,41 +1083,265 @@ fixes #2 ([`08f4258`](https://github.com/lt-mayonesa/hexagon/commit/08f425800f4b ### Chore +* chore(release): 0.29.0 + +Automatically generated by python-semantic-release ([`1e8767e`](https://github.com/lt-mayonesa/hexagon/commit/1e8767e1d8843cc9fdb0dc67c08b1216ed06d9d8)) + +* chore(release): 0.28.0 + +Automatically generated by python-semantic-release ([`b8d7fcc`](https://github.com/lt-mayonesa/hexagon/commit/b8d7fcc508cf011ef3a2914871bb70527906f8a2)) + +* chore(release): 0.27.0 + +Automatically generated by python-semantic-release ([`027eeec`](https://github.com/lt-mayonesa/hexagon/commit/027eeece68a2fd77bb89e12766640f70ea3278a8)) + +* chore(release): 0.26.1 + +Automatically generated by python-semantic-release ([`0363a47`](https://github.com/lt-mayonesa/hexagon/commit/0363a4766d38e880d8691ffdc2710f61390609ab)) + * chore(IDE): setup black file watcher correctly ([`d2fa58c`](https://github.com/lt-mayonesa/hexagon/commit/d2fa58cb28464ac536c1e8473e0fd92896d6988d)) +* chore(release): 0.26.0 + +Automatically generated by python-semantic-release ([`40c96ff`](https://github.com/lt-mayonesa/hexagon/commit/40c96ff57091012d8c6a9d70b78e3e3b59d99649)) + * chore: update dependencies (#84) black was breaking in CI so dependencies needed to be updated ([`e970496`](https://github.com/lt-mayonesa/hexagon/commit/e970496618200f7ff0b2a75e107ddc7455a0547b)) +* chore(release): 0.25.1 + +Automatically generated by python-semantic-release ([`bb8ce3f`](https://github.com/lt-mayonesa/hexagon/commit/bb8ce3f599d90b71fbc6fc316f13d974fbc9f8dc)) + * chore(e2e): missing comma on run command ([`bce20d1`](https://github.com/lt-mayonesa/hexagon/commit/bce20d192ab1c669d8fb281e9dea1ceb528ed562)) +* chore(release): 0.25.0 + +Automatically generated by python-semantic-release ([`4ad5c92`](https://github.com/lt-mayonesa/hexagon/commit/4ad5c92d5450be6a2dd4ce69b14c2ce8970c574f)) + +* chore(release): 0.24.0 + +Automatically generated by python-semantic-release ([`fac5799`](https://github.com/lt-mayonesa/hexagon/commit/fac5799af783611a7c5c642d1e055d0f39b50f54)) + +* chore(release): 0.23.4 + +Automatically generated by python-semantic-release ([`6dc7cc3`](https://github.com/lt-mayonesa/hexagon/commit/6dc7cc36bd1c3aa3b2684918b0846987f53d7450)) + +* chore(release): 0.23.3 + +Automatically generated by python-semantic-release ([`4f252ef`](https://github.com/lt-mayonesa/hexagon/commit/4f252ef6a73120306edd961001fb2f85c466fa9a)) + +* chore(release): 0.23.2 + +Automatically generated by python-semantic-release ([`9a83d38`](https://github.com/lt-mayonesa/hexagon/commit/9a83d38d674e9a0439b90af9a651768f740175a8)) + +* chore(release): 0.23.1 + +Automatically generated by python-semantic-release ([`73677eb`](https://github.com/lt-mayonesa/hexagon/commit/73677ebe33ca43f1bd07b13b22d402eab68eb3fe)) + * chore(i18n): use MANIFEST for data ([`ba3e5e6`](https://github.com/lt-mayonesa/hexagon/commit/ba3e5e6c9158f77e90c47167a7e866fd40b5ae01)) +* chore(release): 0.23.0 + +Automatically generated by python-semantic-release ([`5fa7b5b`](https://github.com/lt-mayonesa/hexagon/commit/5fa7b5b76c6bbf5cbb49d92996f96ba84bb2d719)) + +* chore(release): 0.22.1 + +Automatically generated by python-semantic-release ([`dc906ae`](https://github.com/lt-mayonesa/hexagon/commit/dc906ae31a14eb750a3f9bde8dd0633d8e1af486)) + +* chore(release): 0.22.0 + +Automatically generated by python-semantic-release ([`54994b7`](https://github.com/lt-mayonesa/hexagon/commit/54994b77d9492d8d51b11b286b68ead0c25f9e87)) + * chore: fix strings in spanish ([`1ddedf7`](https://github.com/lt-mayonesa/hexagon/commit/1ddedf777509029d8ae33107198740d57d7f5839)) +* chore(release): 0.21.1 + +Automatically generated by python-semantic-release ([`2ab024a`](https://github.com/lt-mayonesa/hexagon/commit/2ab024a89681e79b93a552b2c4f74d5027b1a339)) + +* chore(release): 0.21.0 + +Automatically generated by python-semantic-release ([`15e3bf9`](https://github.com/lt-mayonesa/hexagon/commit/15e3bf9916ac27fc923d9eaa18ab5ca9beaf0c73)) + +* chore(release): 0.20.0 + +Automatically generated by python-semantic-release ([`a30d4b5`](https://github.com/lt-mayonesa/hexagon/commit/a30d4b5d4ebb8e653bec383e54d15534bbb41ea6)) + +* chore(release): 0.19.2 + +Automatically generated by python-semantic-release ([`8b26b63`](https://github.com/lt-mayonesa/hexagon/commit/8b26b635dc05493b2e41852020834cfde67c096d)) + +* chore(release): 0.19.1 + +Automatically generated by python-semantic-release ([`166a4f5`](https://github.com/lt-mayonesa/hexagon/commit/166a4f56ec72251ec827e24098f56c831f03af1d)) + * chore: added open source license ([`4985837`](https://github.com/lt-mayonesa/hexagon/commit/4985837e47ccc501f7bbeb99cb59aed38283e5bd)) +* chore(release): 0.19.0 + +Automatically generated by python-semantic-release ([`1d43212`](https://github.com/lt-mayonesa/hexagon/commit/1d432129eb1652d87613cefa3bd03f9c3f1b78bb)) + +* chore(release): 0.18.0 + +Automatically generated by python-semantic-release ([`e92b3cb`](https://github.com/lt-mayonesa/hexagon/commit/e92b3cb2664f7aee2c07797d7993d6e4fe53ea6f)) + +* chore(release): 0.17.0 + +Automatically generated by python-semantic-release ([`e91c783`](https://github.com/lt-mayonesa/hexagon/commit/e91c783dbf311e31ab6e1868dbe7d5ddbce825a9)) + +* chore(release): 0.16.0 + +Automatically generated by python-semantic-release ([`17532c3`](https://github.com/lt-mayonesa/hexagon/commit/17532c346372d19ccc548d30519f71dee3d8547b)) + +* chore(release): 0.15.1 + +Automatically generated by python-semantic-release ([`1268001`](https://github.com/lt-mayonesa/hexagon/commit/12680014c5c99fa3aaf688d9c26baac986c9e998)) + +* chore(release): 0.15.0 + +Automatically generated by python-semantic-release ([`9d90435`](https://github.com/lt-mayonesa/hexagon/commit/9d9043555a1ca409ef8aafa60ce8da9e58e4eaf1)) + +* chore(release): 0.14.2 + +Automatically generated by python-semantic-release ([`57f266f`](https://github.com/lt-mayonesa/hexagon/commit/57f266f2550c1f2bd38b12e340b21a6848a99c53)) + +* chore(release): 0.14.1 + +Automatically generated by python-semantic-release ([`113d4f5`](https://github.com/lt-mayonesa/hexagon/commit/113d4f51daaaac78c969ba39f1575709a9e6ba4c)) + +* chore(release): 0.14.0 + +Automatically generated by python-semantic-release ([`3c949cc`](https://github.com/lt-mayonesa/hexagon/commit/3c949ccc56e5a9ea17071a7a313973767963ac6e)) + +* chore(release): 0.13.5 + +Automatically generated by python-semantic-release ([`72dee99`](https://github.com/lt-mayonesa/hexagon/commit/72dee99aec1554f490f50390644fc6279db430d2)) + +* chore(release): 0.13.4 + +Automatically generated by python-semantic-release ([`e5ffad0`](https://github.com/lt-mayonesa/hexagon/commit/e5ffad0419a578c90a434d25e0e5d3b66b039faa)) + +* chore(release): 0.13.3 + +Automatically generated by python-semantic-release ([`39183f5`](https://github.com/lt-mayonesa/hexagon/commit/39183f529b5d8692b6ea7e28e552c20bb93861f3)) + +* chore(release): 0.13.2 + +Automatically generated by python-semantic-release ([`9f78801`](https://github.com/lt-mayonesa/hexagon/commit/9f78801c5fff424273565401596add23ed68d113)) + +* chore(release): 0.13.1 + +Automatically generated by python-semantic-release ([`747591a`](https://github.com/lt-mayonesa/hexagon/commit/747591a0ee3219fb80d1c593d39b658dc8ed4edc)) + +* chore(release): 0.13.0 + +Automatically generated by python-semantic-release ([`6e1e7d4`](https://github.com/lt-mayonesa/hexagon/commit/6e1e7d48ef36760f850051f1652661ef0d7d36ed)) + +* chore(release): 0.12.0 + +Automatically generated by python-semantic-release ([`1b736d0`](https://github.com/lt-mayonesa/hexagon/commit/1b736d0d9eacbbc7f72e27f64d6e78fffd712469)) + * chore(ci): sync TODOs comments with issues ([`3a8020e`](https://github.com/lt-mayonesa/hexagon/commit/3a8020e98b39ffe08835552ea739b7804f02a12c)) +* chore(release): 0.11.0 + +Automatically generated by python-semantic-release ([`df00432`](https://github.com/lt-mayonesa/hexagon/commit/df0043267b9c71d8d149375d09024ea6f7f54d5d)) + +* chore(release): 0.10.0 + +Automatically generated by python-semantic-release ([`23402ac`](https://github.com/lt-mayonesa/hexagon/commit/23402acdd5f14f78068ce7a29d882802c79e5f43)) + +* chore(release): 0.9.0 + +Automatically generated by python-semantic-release ([`8ba55a2`](https://github.com/lt-mayonesa/hexagon/commit/8ba55a25a67e90fa5e87536bb0523a56f23fc387)) + +* chore(release): 0.8.2 + +Automatically generated by python-semantic-release ([`27849f8`](https://github.com/lt-mayonesa/hexagon/commit/27849f830179d87ef685f6ecec88ebc7dd0dfabf)) + * chore: fix flake8 errors ([`c9e067d`](https://github.com/lt-mayonesa/hexagon/commit/c9e067d7e9f60fa648886d7b8bf99f1230f08217)) * chore(create-tool): template tool in english ([`38e996e`](https://github.com/lt-mayonesa/hexagon/commit/38e996ec7a9ffa5a38a1fd773bb1a0d4f3b78500)) +* chore(release): 0.8.1 + +Automatically generated by python-semantic-release ([`64cb8b0`](https://github.com/lt-mayonesa/hexagon/commit/64cb8b0d5479d62f11eb00b2f0e3ab3926ad4618)) + * chore: rollback to version 0.8.0 ([`0aa3057`](https://github.com/lt-mayonesa/hexagon/commit/0aa30578f5295e445be0ba5412b9c2334c3c0149)) +* chore(release): 0.8.0 + +Automatically generated by python-semantic-release ([`ac5533b`](https://github.com/lt-mayonesa/hexagon/commit/ac5533b72a223875b20db4e1d2302733e43462ae)) + * chore(ci): use official flake8 action ([`9ac7863`](https://github.com/lt-mayonesa/hexagon/commit/9ac78637ec77f8eca381513d7ac28e85b85c824b)) * chore(ci): fix flake8 action ([`1b8e229`](https://github.com/lt-mayonesa/hexagon/commit/1b8e229ea49c4258fcb8c23488c6a8ab92d11d29)) +* chore(release): 0.7.6 + +Automatically generated by python-semantic-release ([`c3c4b3f`](https://github.com/lt-mayonesa/hexagon/commit/c3c4b3f1fb30e737c907e4a31d45856aeaefb2ea)) + +* chore(release): 0.7.5 + +Automatically generated by python-semantic-release ([`d9942b5`](https://github.com/lt-mayonesa/hexagon/commit/d9942b553ee822e91f74e6364503383a40c9adc2)) + * chore(ci): lint with github action (#6) ([`9a571aa`](https://github.com/lt-mayonesa/hexagon/commit/9a571aa6dcec2b27707494a449a14b517228c665)) +* chore(release): 0.7.4 + +Automatically generated by python-semantic-release ([`8d205a6`](https://github.com/lt-mayonesa/hexagon/commit/8d205a67689075ded12f62a1bf6dc7d53acc1f3f)) + +* chore(release): 0.7.3 + +Automatically generated by python-semantic-release ([`605a53f`](https://github.com/lt-mayonesa/hexagon/commit/605a53f10f1ef67c0d0dab06810298d573cd64e9)) + +* chore(release): 0.7.2 + +Automatically generated by python-semantic-release ([`ea2379e`](https://github.com/lt-mayonesa/hexagon/commit/ea2379e9597d869f9705ab592ae9c19e3bdd1a4d)) + +* chore(release): 0.7.1 + +Automatically generated by python-semantic-release ([`e057a28`](https://github.com/lt-mayonesa/hexagon/commit/e057a289f506cfaaacfb7d857e5b8136e04dda49)) + +* chore(release): 0.7.0 + +Automatically generated by python-semantic-release ([`9361d07`](https://github.com/lt-mayonesa/hexagon/commit/9361d072eb7810f5e1756fc8e80ad29053eebc5b)) + +* chore(release): 0.6.0 + +Automatically generated by python-semantic-release ([`aeff60f`](https://github.com/lt-mayonesa/hexagon/commit/aeff60f153b0d3edeed067dba43bdbbc03d067b4)) + +* chore(release): 0.5.0 + +Automatically generated by python-semantic-release ([`df7840b`](https://github.com/lt-mayonesa/hexagon/commit/df7840bc4b0e9609c368f6fb8ec674c6a7d6c180)) + +* chore(release): 0.4.1 + +Automatically generated by python-semantic-release ([`48efe2b`](https://github.com/lt-mayonesa/hexagon/commit/48efe2bff1502121c57d51e7b784d06c6cd2bcef)) + +* chore(release): 0.4.0 + +Automatically generated by python-semantic-release ([`f28e8da`](https://github.com/lt-mayonesa/hexagon/commit/f28e8da8e0234af7b55e3bd5f8d0b599c63c48e4)) + +* chore(release): 0.3.0 + +Automatically generated by python-semantic-release ([`9d0175c`](https://github.com/lt-mayonesa/hexagon/commit/9d0175c89a52c7f46d79770afd0638b35bb4505d)) + * chore(ci): use version number in README ([`3d6ea08`](https://github.com/lt-mayonesa/hexagon/commit/3d6ea0811544c895d7fc37210bb8ed939f205c77)) * chore(package): pipenv use setup.py install_requires ([`b8f0ec2`](https://github.com/lt-mayonesa/hexagon/commit/b8f0ec25cac4aaeef394d45dc7471e915eea3bae)) * chore(ci): do not release on PR ([`b186229`](https://github.com/lt-mayonesa/hexagon/commit/b186229a0bbec44d1f3ed7290ad1d23c8f5df896)) +* chore(release): 0.2.0 + +Automatically generated by python-semantic-release ([`72b357e`](https://github.com/lt-mayonesa/hexagon/commit/72b357e360426a2a193c1e9cb26dda58605411d3)) + +* chore(release): 0.1.0 + +Automatically generated by python-semantic-release ([`391aa65`](https://github.com/lt-mayonesa/hexagon/commit/391aa650d0f1e95e5cdfcafe00d003ce3fa1f9e9)) + * chore(ci): release commit subject ([`fdd833d`](https://github.com/lt-mayonesa/hexagon/commit/fdd833d1bcdbcb7003fdd2f6af15bbaf0bc1d70b)) ### Ci @@ -1175,3 +1695,7 @@ python tools now receive 4 arguments in their main method ([`4501ba4`](https://g * Pruebas e2e (#3) test(e2e):e2e tests setup ([`a8d5c97`](https://github.com/lt-mayonesa/hexagon/commit/a8d5c97d93927d3c1e0502c7f6a6bfc44bec8e41)) + +* 0.0.6 + +Automatically generated by python-semantic-release ([`26bd97e`](https://github.com/lt-mayonesa/hexagon/commit/26bd97e596609a3774f9184bceb44386287a6c41)) diff --git a/hexagon/runtime/version.py b/hexagon/runtime/version.py index 40463f6..917ffeb 100644 --- a/hexagon/runtime/version.py +++ b/hexagon/runtime/version.py @@ -6,7 +6,7 @@ from hexagon.support.output.printer import log # this updates automatically https://python-semantic-release.readthedocs.io/en/latest/index.html -__version__ = "0.60.0" +__version__ = "0.61.0" def print_version(cli_config: Cli, tools: List[Tool], envs: List[Env]): diff --git a/setup.py b/setup.py index fc59152..3e8b01e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools # this updates automatically https://python-semantic-release.readthedocs.io/en/latest/index.html -__version__ = "0.60.0" +__version__ = "0.61.0" def __markers(config: dict): diff --git a/tests_e2e/__specs/print_version.py b/tests_e2e/__specs/print_version.py index 5a6f5c7..e329cec 100644 --- a/tests_e2e/__specs/print_version.py +++ b/tests_e2e/__specs/print_version.py @@ -3,7 +3,7 @@ from tests_e2e.__specs.utils.hexagon_spec import as_a_user # this updates automatically https://python-semantic-release.readthedocs.io/en/latest/index.html -__version__ = "0.60.0" +__version__ = "0.61.0" @pytest.mark.parametrize("command", ["--version", "-v"])