diff --git a/CHANGELOG.md b/CHANGELOG.md index a40484c6bb9..9b24b1891a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## [unreleased] +## [4.3.0] - 2024-09-10 * Support (initial) for Volpiano input * Support for neumatic notation oriscus and quilisma * Support for neume layout without facsimile * Support for numeral harmonics in MusicXML importer (@eNote-GmBH) +* Improved logging ## [4.2.1] - 2024-05-07 * Fix GitHub actions (Python release only) @@ -13,7 +14,6 @@ * Support for `fTrem@unitdur` (@eNote-GmbH) * Upgrade to C++20 * Update of the Midifile library -* Improved logging * Fix lyric position in MIDI output * Fix string formatting output with some locale configurations (@ammatwain) diff --git a/Verovio.podspec b/Verovio.podspec index ed5dc087278..194a68ff727 100644 --- a/Verovio.podspec +++ b/Verovio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Verovio' - s.version = '4.2.0' + s.version = '4.3.0' s.license = { :type => 'LGPL', :file => 'COPYING' } s.homepage = 'https://www.verovio.org/index.xhtml' s.authors = { 'Contributors List' => 'https://github.com/rism-digital/verovio/graphs/contributors' } diff --git a/bindings/iOS/all.h b/bindings/iOS/all.h index d12641f6d4f..a4d7e18d7d2 100644 --- a/bindings/iOS/all.h +++ b/bindings/iOS/all.h @@ -18,6 +18,7 @@ #import #import #import +#import #import #import #import @@ -28,6 +29,7 @@ #import #import #import +#import #import #import #import @@ -128,6 +130,7 @@ #import #import #import +#import #import #import #import @@ -167,6 +170,7 @@ #import #import #import +#import #import #import #import @@ -184,6 +188,7 @@ #import #import #import +#import #import #import #import diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index d096e913665..3622b37b8fa 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -4,7 +4,7 @@ org.rism.verovio VerovioToolkit - 4.2.0 + 4.3.0 jar VerovioToolkit diff --git a/codemeta.json b/codemeta.json index 1ff83006465..730fc23df9d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,8 +4,8 @@ "identifier": "Verovio", "name": "Verovio", "description": "Verovio is a fast, portable and lightweight open-source library for engraving Music Encoding Initiative (MEI) music scores into SVG.", - "softwareVersion": "4.2.0", - "datePublished": "2024-05-05", + "softwareVersion": "4.3.0", + "datePublished": "2024-09-10", "license": "https://www.gnu.org/licenses/lgpl-3.0", "programmingLanguage": [{ "@type": "ComputerLanguage", diff --git a/emscripten/npm/package.json b/emscripten/npm/package.json index 906545666e4..31eadc7a80c 100644 --- a/emscripten/npm/package.json +++ b/emscripten/npm/package.json @@ -1,6 +1,6 @@ { "name": "verovio", - "version": "4.2.0", + "version": "4.3.0", "description": "This is the stable version of the verovio package", "main": "dist/verovio-toolkit-wasm.js", "exports": { diff --git a/include/vrv/vrvdef.h b/include/vrv/vrvdef.h index a5c6019e334..947f1c295b8 100644 --- a/include/vrv/vrvdef.h +++ b/include/vrv/vrvdef.h @@ -42,7 +42,7 @@ namespace vrv { #define VERSION_MINOR 3 #define VERSION_REVISION 0 // Adds "-dev" in the version number - should be set to false for releases -#define VERSION_DEV true +#define VERSION_DEV false //---------------------------------------------------------------------------- // Resource directory