From 083a16d1c630485d50cc85ff1dcd2a6b0d4816b8 Mon Sep 17 00:00:00 2001 From: Mark Servilla Date: Thu, 18 Jan 2024 19:15:45 -0700 Subject: [PATCH] Bump version; add feature to changelog --- src/metapype/VERSION.txt | 2 +- src/metapype/changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/metapype/VERSION.txt b/src/metapype/VERSION.txt index c4475d3..24ff855 100644 --- a/src/metapype/VERSION.txt +++ b/src/metapype/VERSION.txt @@ -1 +1 @@ -0.0.26 +0.0.27 diff --git a/src/metapype/changelog.md b/src/metapype/changelog.md index ee6f270..064df9e 100644 --- a/src/metapype/changelog.md +++ b/src/metapype/changelog.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## (0.0.27) 2024-01-18 +### Changed/Fixed +- Add parameter to to_xml() to allow skipping rendering of namespaces. Used by ezEML when + displaying XML in complex text editing. + ## (0.0.26) 2023-11-29 ### Changed/Fixed - Add checking for missing data table Record Delimiter, Size, MD5 Checksum, and/or Number of Records.