Skip to content

Commit

Permalink
Prep for v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 13, 2023
1 parent 9b12852 commit a36122f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.7.3
-----

* Validate metadata image sizes - thanks @Daft-Freak
* Support for standalone metadata output - thanks @Daft-Freak
* Support for generating a source file with Pico (RP2040) binary info - thanks @Daft-Freak
* Output slightly more optimised C output - thanks @Daft-Freak

0.7.2
-----

Expand Down
8 changes: 8 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ Supported formats:

# Changelog

0.7.3
-----

* Validate metadata image sizes - thanks @Daft-Freak
* Support for standalone metadata output - thanks @Daft-Freak
* Support for generating a source file with Pico (RP2040) binary info - thanks @Daft-Freak
* Output slightly more optimised C output - thanks @Daft-Freak

0.7.2
-----

Expand Down
2 changes: 1 addition & 1 deletion src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = 32blit
version = 0.7.2
version = 0.7.3
author = Philip Howard
author_email = phil@pimoroni.com
description = 32Blit asset preparation and upload tools
Expand Down
2 changes: 1 addition & 1 deletion src/ttblit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.7.2'
__version__ = '0.7.3'

import logging

Expand Down

0 comments on commit a36122f

Please sign in to comment.