Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 30, 2023
1 parent dfbe937 commit 215e81a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v1.0.0 (2023-12-30)

### Breaking

* feat: Add the ability to wrap text and calculate the bounding box.

BREAKING CHANGE: text has been renamed to render_text. ([`dfbe937`](https://github.com/andrewjw/i75/commit/dfbe9379efc8832ef2ac0c50f8dceaa101daa342))

### Chore

* chore(deps): update dependency micropython-rp2-pico-stubs to v1.20.0.post5 ([`6a6d487`](https://github.com/andrewjw/i75/commit/6a6d487facc36ff36bee30db87aca11a9d73f671))

* chore(deps): update dependency python-semantic-release to v8.7.0 ([`c6407b7`](https://github.com/andrewjw/i75/commit/c6407b70146fa75f3a6f9b3a6ef0b5fa013fc526))

* chore(deps): update dependency mypy to v1.8.0 ([`ee9633e`](https://github.com/andrewjw/i75/commit/ee9633e622f7cbfa80bc4d452d53ac5bfd141f4b))

* chore(deps): update dependency python-semantic-release to v8.5.2 ([`ca8a4ec`](https://github.com/andrewjw/i75/commit/ca8a4ec1647496cb1fc99a0d027b981a3115d862))


## v0.13.0 (2023-12-13)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion i75/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.13.0"
__version__ = "1.0.0"

import picographics
if hasattr(picographics, "DisplayType"):
Expand Down

0 comments on commit 215e81a

Please sign in to comment.