Skip to content

Commit

Permalink
Prep for v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 1, 2020
1 parent 88a81d2 commit a002727
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.0.7
-----

* Add metadata tool - tags binary with metadata from a .yml file
* Fix relative paths for packer palette files
* Add support for subdirectories to `32blit flash save`

0.0.6
-----

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

# Changelog

0.0.7
-----

* Add metadata tool - tags binary with metadata from a .yml file
* Fix relative paths for packer palette files
* Add support for subdirectories to `32blit flash save`

0.0.6
-----

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.0.6
version = 0.0.7
author = Philip Howard
author_email = [email protected]
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.0.6'
__version__ = '0.0.7'

import argparse
import pathlib
Expand Down

0 comments on commit a002727

Please sign in to comment.