From ed7c7d55e08e438a7253e2daee1442b3a3e980c8 Mon Sep 17 00:00:00 2001 From: wiru Date: Sun, 2 Jun 2024 23:58:39 -0300 Subject: [PATCH] chore(release): release hac v0.1.1 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a7112..54b43bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,34 @@ # Changelog -## [0.1.0] - 2024-05-29 +## [0.1.1] - 2024-06-03 + +### Bug Fixes + +- Re-enabling tab switching on editor + +### Miscellaneous Tasks + +- Packaging hac as nix flake +- Adding how to try with nix to readme + +### Refactor + +- Moving response viewer logic to its module +- Creating a store to hold collection state +- Centralizing state management + +### Testing + +- Testing collection store + +### Wip + +- Fixing bugs and migrating logic + +## [0.1.0] - 2024-05-30 ### Bug Fixes -- Reimplementing horizontal scroll -- Fixing broken tests -- Correctly importing actions - Weird coloring of status bar - Fixing delete backwards - Fixing broken tests for tree traversal @@ -15,12 +37,6 @@ ### Features -- Starting to implement form to create request -- Initial creation of new requests on schema -- Selection of methods of requests -- Creating new requests -- Scope aware newlines -- Adding scope aware newline above - Synchronization of requests to file system - Properly syncing and allowing further edits - Adding better comments througout the app @@ -48,6 +64,7 @@ - Setting up publishing to crates.io - Setting packages metadata - Renaming tui to client for publishing +- Release hac v0.1.0 ### Refactor