Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucach committed Jun 3, 2024
1 parent cb78384 commit 33d460e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.0] - 2024-06-03

### Added

- [Enable antialiasing](https://github.com/LuCEresearchlab/pytamaro/issues/29) for better rendering

### Changed

- [Faster rendering of images](https://github.com/LuCEresearchlab/pytamaro/pull/33), especially noticeable for GIFs with several frames

### Fixed

- [Fix GIFs overlaying frames within a loop](https://github.com/LuCEresearchlab/pytamaro/commit/57850c696f9323a1ac71a041ebdad174692b5f7f), which was visibile in certain cases with transparency

## [0.6.3] - 2024-02-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "LuCE Research Lab"

# The full version, including alpha/beta/rc tags
release = "0.6.3"
release = "0.7.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytamaro"
version = "0.6.3"
version = "0.7.0"
description = "Educational library for Python to teach programming using graphics"
authors = ["Luca Chiodini <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pytamaro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

LANGUAGE = "en"

__version__ = "0.6.3"
__version__ = "0.7.0"

0 comments on commit 33d460e

Please sign in to comment.