Skip to content

Commit 6f326b0

Browse files
chore: release (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc9cce6 commit 6f326b0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

outpost/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.0.2](https://github.com/fossable/outpost/compare/v0.0.1...v0.0.2) - 2024-06-16
10+
11+
### Other
12+
- add initial CI
13+
- add initial build script

outpost/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "AGPL-3.0-only"
66
name = "outpost"
77
repository = "https://github.com/fossable/outpost"
88
rust-version = "1.74"
9-
version = "0.0.1"
9+
version = "0.0.2"
1010

1111
[dependencies]
1212
anyhow = "1.0.86"

0 commit comments

Comments
 (0)