Compare commits

..

No commits in common. "main" and "0.7.0" have entirely different histories.
main ... 0.7.0

4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
name: Build and Test Albatross
name: Build and Test Formaty
on: [push]
jobs:
@ -25,5 +25,5 @@ jobs:
- name: Upload Built Binary
uses: christopherHX/gitea-upload-artifact@v4
with:
name: albatross
path: target/debug/albatross
name: formaty
path: target/debug/formaty

View File

@ -1,4 +1,4 @@
name: Build and Release Albatross
name: Build and Release Formaty
on: [release]
jobs:
@ -20,4 +20,4 @@ jobs:
- uses: https://gitea.com/actions/gitea-release-action@v1
with:
files: |-
target/release/albatross
target/release/formaty

2
Cargo.lock generated
View File

@ -37,7 +37,7 @@ dependencies = [
[[package]]
name = "albatross"
version = "0.7.1"
version = "0.7.0"
dependencies = [
"anvil-region",
"chrono 0.4.41",

View File

@ -1,6 +1,6 @@
[package]
name = "albatross"
version = "0.7.1"
version = "0.7.0"
authors = ["Joey Hines <joey@ahines.net>"]
edition = "2024"