2 Commits
0.1.3 ... 0.1.4

Author SHA1 Message Date
45bcbfe80d release: version 0.1.4 🚀
All checks were successful
Upload Python Package / Create Release (push) Successful in 15s
Upload Python Package / deploy (push) Successful in 1m5s
2026-04-02 02:09:40 +02:00
d82b811e55 fix: fix container build, refs NOISSUE 2026-04-02 02:09:35 +02:00
3 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine
WORKDIR /app
COPY ./ai_test/* /app
COPY ./ai_software_factory/* /app
CMD ["sh", "/app/hello_world.sh"]

View File

@@ -5,10 +5,21 @@ Changelog
(unreleased)
------------
Fix
~~~
- Fix container build, refs NOISSUE. [Simon Diesenreiter]
0.1.3 (2026-04-02)
------------------
Fix
~~~
- Fix version increment logic, refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.1.2 (2026-04-02)
------------------

View File

@@ -1 +1 @@
0.1.3
0.1.4