Skip to content

Commit

Permalink
Merge pull request #25 from bytes-zone/release-prep
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
BrianHicks authored Dec 21, 2024
2 parents 1551c36 + 6b4a0e0 commit 5c44e70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
matrix:
bin:
- beeps
- beeps-server
# - beeps-server
target:
# - target: x86_64-unknown-linux-gnu
# os: ubuntu-latest
# - target: x86_64-apple-darwin
# os: macos-13
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-13
- target: aarch64-apple-darwin
os: macos-14
# - target: x86_64-pc-windows-msvc
# os: windows-latest
- target: x86_64-pc-windows-msvc
os: windows-latest

runs-on: ${{ matrix.target.os }}
steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.1.0

The first version of beeps. The main binary for now is `beeps`, which is a TUI that lets you know when you have a new ping and tag it. Everything is stored locally using CRDTs, and a sync server will be coming soon (as well as quality-of-life features like notifications.)

0 comments on commit 5c44e70

Please sign in to comment.