Skip to content

Commit

Permalink
Release abcrypt-cli version 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Dec 20, 2023
2 parents d5532f3 + 4663ca5 commit e917618
Show file tree
Hide file tree
Showing 23 changed files with 489 additions and 144 deletions.
8 changes: 0 additions & 8 deletions .bumpversion-capi.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions .bumpversion-capi.cfg.license

This file was deleted.

15 changes: 15 additions & 0 deletions .bumpversion-capi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: 2023 Shun Sakai
#
# SPDX-License-Identifier: Apache-2.0 OR MIT

[tool.bumpversion]
current_version = "0.2.3"

[[tool.bumpversion.files]]
filename = "crates/capi/examples/meson.build"

[[tool.bumpversion.files]]
filename = "crates/capi/examples/version.cpp"

[[tool.bumpversion.files]]
filename = "crates/capi/src/lib.rs"
10 changes: 0 additions & 10 deletions .bumpversion-lib.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions .bumpversion-lib.cfg.license

This file was deleted.

18 changes: 18 additions & 0 deletions .bumpversion-lib.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# SPDX-FileCopyrightText: 2023 Shun Sakai
#
# SPDX-License-Identifier: Apache-2.0 OR MIT

[tool.bumpversion]
current_version = "0.2.8"

[[tool.bumpversion.files]]
filename = "crates/abcrypt/README.md"

[[tool.bumpversion.files]]
filename = "crates/abcrypt/src/lib.rs"

[[tool.bumpversion.files]]
filename = "docs/book/modules/lib/pages/usage.adoc"

[[tool.bumpversion.files]]
filename = "docs/FORMAT.adoc"
6 changes: 3 additions & 3 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
targets: ${{ matrix.target }}
- name: Install cross
if: ${{ matrix.use-cross }}
uses: taiki-e/install-action@v2.21.26
uses: taiki-e/install-action@v2.22.6
with:
tool: cross
- name: Cache build artifacts
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
fi
rm -rv abcrypt-*/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "abcrypt-${{ steps.extracted_version.outputs.version }}-${{ matrix.target }}"
path: "abcrypt-*.*"
Expand All @@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Calculate checksums
run: |
mv abcrypt-*/* .
Expand Down
Loading

0 comments on commit e917618

Please sign in to comment.