From 8838790a78a16df7544a1776a51bba351f17f95f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Arroyo=20Torrens?= Date: Tue, 2 Apr 2024 15:08:43 +0200 Subject: [PATCH] update changelog (#139) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c813aaf..9481f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.6.1] - 2024-04-02 + +### Enhancements +- Add a argument to skip interactive question on upload failure (#138) + +### Bug Fixes +- fix: shapely.wkt import (#136) +- fix: update pip commands to make it compatible with zsh (#137) + ## [0.6.0] - 2024-03-25 ### Enhancements