From ea09d06b35e22123f5c64122f0318451f1f95aca Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Thu, 30 Apr 2020 22:18:43 +0100 Subject: [PATCH] version 0.70.0! --- Cargo.toml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c73caa7..9233cf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitsy-parser" -version = "0.65.13" +version = "0.70.0" authors = ["Max Bradbury "] edition = "2018" description = "A parser for Bitsy game data" diff --git a/README.md b/README.md index 909b006..e195490 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ a library for parsing Bitsy game data. -the version number follows Bitsy itself, so version 0.65.* targets Bitsy 6.5. +the version number follows Bitsy itself, so version 0.70.* targets Bitsy 7.0. ## how to use @@ -57,7 +57,6 @@ some more practical uses would be things like: ## todo * implement Result return types on ::from functions so we can handle errors -* fix variables/endings becoming "DLG DLG"? * replace Image with Vec or something. seems like a pointless abstraction * convert integer IDs to strings and just use base36 when creating new IDs; test games with arbitrary IDs