Skip to content

Commit 67c4930

Browse files
committed
chore: bump version to 0.0.99
1 parent 6f8f854 commit 67c4930

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to Floci Dash will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.99] — 2026-07-07
9+
10+
### Fixed
11+
- **Release workflow:** Added GitHub Release creation step (was only building Docker images)
12+
- **Release workflow:** Changed permissions from `contents: read` to `contents: write`
13+
- Cleaned up stale remote tags from previous sessions
14+
815
## [0.0.86] — 2026-07-07
916

1017
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floci-dash",
3-
"version": "0.0.86",
3+
"version": "0.0.99",
44
"private": true,
55
"type": "module",
66
"description": "AWS Console-style web UI for Floci, the local AWS emulator",

0 commit comments

Comments
 (0)