Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benji377 committed Sep 25, 2024
1 parent 3f6cbda commit d5b2916
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1,430 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
VERSION: 1.3.0
VERSION: 2.0.0

jobs:
# Release build job
Expand Down Expand Up @@ -138,10 +138,6 @@ jobs:
path: artifacts
merge-multiple: true

# Command to list all files after artifacts are downloaded
- name: List downloaded files
run: ls -R ./artifacts

- name: Create attestation for all builds
uses: actions/attest-build-provenance@v1
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Our release schedule is designed to balance feature development, stability, and
| 1.2.0 | Fixed Bugs and added Patch functionality |
| 1.2.1 | Minor bug fixes |
| 1.2.2 | Highly experimental build with new Rust toolchain |
| 2.0.0 | Moved to iced-rs frontend, full Rust support |


Please refer to this change log for details on each version's changes and improvements. We appreciate your feedback and contributions as we continue to enhance our antivirus application to meet your security needs.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raspirus"
version = "1.3.0"
version = "2.0.0"
description = "A simple hash-based virus-scanner"
authors = ["Demetz Benjamin, Hell Björn Felix"]
license-file = "LICENSE"
Expand Down
Loading

0 comments on commit d5b2916

Please sign in to comment.