Skip to content

Commit

Permalink
Update for 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed May 23, 2023
1 parent 99a080e commit 32ad757
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/bare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,19 @@ jobs:
./pythia.sh deps
./pythia.sh build
- name: Test
- name: Test normal
run: |
./pythia.sh test_ci2
./pythia.sh test normal
env:
CODECOV_TOKEN: enabled
USER: runneradmin

- name: Test elevated
run: |
./pythia.sh test elevated
env:
CODECOV_TOKEN: enabled
USER: runneradmin

- name: Tmate debug on failure
if: failure() && env.TMATE_DEBUG == 'yes'
Expand Down
4 changes: 3 additions & 1 deletion release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Release notes for chevah.compat
===============================

1.0.8 - 2023-04-UNRELEAED
1.0.8 - 2023-05-23
--------------------

* Remove getFileMD5Sum and co functions.
* Remove mk.md5
* Add initial support for long file names.


1.0.7 - 2023-04-08
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = chevah-compat
version = 1.0.7
version = 1.0.8
maintainer = Adi Roiban
maintainer_email = adi.roiban@proatria.com
license = BSD
Expand Down

0 comments on commit 32ad757

Please sign in to comment.