From 0841b02cd3889d4537e5aa981b67bd2273c6fa40 Mon Sep 17 00:00:00 2001 From: Tim Schaefer Date: Thu, 1 Feb 2024 19:37:36 +0100 Subject: [PATCH] NEW: bump version to 0.1.1 --- CHANGES | 4 +++- DESCRIPTION | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ff84a01..87f4ec8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* v0.1.1 +- fix a minor docstring issue (I received threat of package removal emails from CRAN) * v0.1.0 (aka 54c966e) @@ -6,7 +8,7 @@ - add supprot for reading Quake I models (MDL format) and exporting frames to MD3 - add supprot for reading Quake II models (MD2 format) and exporting frames to MD3 - add support for reading Quake I textures ('textzure lump') and exporting to JPEG or PNG - + * v0.0.1 -- Initial Release diff --git a/DESCRIPTION b/DESCRIPTION index 863f494..a47b934 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: wal Type: Package Title: Read and Write 'wal' Bitmap Image Files and Other 'Quake' Assets -Version: 0.1.0 +Version: 0.1.1 Authors@R: person("Tim", "Schäfer", role = c("aut", "cre"), email = "ts+code@rcmd.org", comment = c(ORCID = "0000-0002-3683-8070")) Maintainer: Tim Schäfer Description: Read 'Quake' assets including bitmap images and textures in 'wal' file format. This package also provides support for extracting these assets from 'WAD' and 'PAK' file archives. It can also read models in 'MDL' and 'MD2' formats.