From ac7d3ee85e3c84177757876f52dcd4d00984e293 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Mon, 24 Jan 2022 15:36:42 -0300 Subject: [PATCH] Release v0.7.1 --- CHANGELOG.md | 5 +++++ shard.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6afb9..3cc5185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.1] - 2022-01-24 +### Fixed + - Explicit destroy GTK windows to reduce the memory leak mess. + - Basic macOS support. + ## [0.7.0] - 2021-06-22 ### Added - On Welcome Window, trigger a projects rescan on F5. diff --git a/shard.yml b/shard.yml index ec0bf6f..a89081c 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: tijolo -version: 0.7.0 +version: 0.7.1 authors: - Hugo Parente Lima