Skip to content

Commit

Permalink
Begin development of version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Oct 3, 2024
1 parent 7f683c6 commit 7f85d7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog


## Version 0.7.0 (unreleased)


## Version 0.6.0 (2024-10-03)

- Updated to Rust 1.81.0.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "push-byceps-stats-to-discord"
version = "0.6.0"
version = "0.7.0"
authors = ["Jochen Kupperschmidt"]
edition = "2021"
rust-version = "1.81.0"
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
push-byceps-stats-to-discord:
image: ghcr.io/byceps/push-byceps-stats-to-discord:0.6.0
image: ghcr.io/byceps/push-byceps-stats-to-discord:0.7.0
volumes:
- ./config.toml:/config.toml:ro
restart: unless-stopped

0 comments on commit 7f85d7e

Please sign in to comment.