Compare commits

...

4 commits
v0.4.1 ... main

Author SHA1 Message Date
WaylonWalker
0f9e70267e Bump version: 0.4.3b0 → 0.4.3
Some checks failed
Release Krayt / pypi-release-krayt (push) Failing after 1m16s
2025-04-24 01:46:17 +00:00
Waylon S. Walker
f8c44999fe release 0.4.3 2025-04-23 20:45:16 -05:00
WaylonWalker
45e5dd74aa Bump version: 0.4.2b0 → 0.4.2
Some checks failed
Release Krayt / gh-release-krayt (push) Failing after 24s
Release Krayt / pypi-release-krayt (push) Failing after 56s
2025-04-24 01:42:32 +00:00
Waylon S. Walker
eb54e314ff release 0.4.2 2025-04-23 20:41:14 -05:00
3 changed files with 11 additions and 2 deletions

View file

@ -12,7 +12,7 @@ permissions:
packages: none
id-token: write
jobs:
release-krayt:
pypi-release-krayt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -22,6 +22,7 @@ jobs:
env:
# required for gh release
GH_TOKEN: ${{ github.token }}
- run: sudo rm -rf dist
- name: Install just
run: |
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin

View file

@ -1,3 +1,11 @@
## 0.4.3
- working out binary release process
## 0.4.2
- working out binary release process
## 0.4.1
- Automated release for both pypi and github

View file

@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.3"