From 81543e5fcb80a1a7431d1f5fa3798eb4096ea265 Mon Sep 17 00:00:00 2001 From: Winford Date: Thu, 6 Jun 2024 12:51:02 -0700 Subject: [PATCH] Release v0.7.3 This release is a bug fix for the cli tool `packbeam create` task. Signed-off-by: Winford --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7fe81..7de9c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.4] - Unreleased + + ## [0.7.3] (2024.06.06) - Fix broken `create` task in the cli tool.