Skip to content

Commit

Permalink
Release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Dec 22, 2021
1 parent 0b236d7 commit f66d1c1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [3.8.0] - 2021-12-22
* Support for figured-bass extenders on `f` without `@tstamp` or `@startid`
* Improved page-based MEI output with validation with a customized MEI Schema
* Improved layout with beams and control events (ornaments, fingering, etc.) (@eNote-GmBH)
Expand Down
2 changes: 1 addition & 1 deletion Verovio.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Verovio'
s.version = '3.7.0'
s.version = '3.8.0'
s.license = { :type => 'LGPL' }
s.homepage = 'https://www.verovio.org/index.xhtml'
s.authors = { 'Contributors List' => 'https://github.com/rism-digital/verovio/graphs/contributors' }
Expand Down
2 changes: 0 additions & 2 deletions bindings/iOS/all.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
#import <VerovioFramework/proport.h>
#import <VerovioFramework/choice.h>
#import <VerovioFramework/fermata.h>
#import <VerovioFramework/systemboundary.h>
#import <VerovioFramework/facsimile.h>
#import <VerovioFramework/tabdursym.h>
#import <VerovioFramework/pgfoot.h>
Expand Down Expand Up @@ -138,7 +137,6 @@
#import <VerovioFramework/pedal.h>
#import <VerovioFramework/iopae.h>
#import <VerovioFramework/instrdef.h>
#import <VerovioFramework/pageboundary.h>
#import <VerovioFramework/barline.h>
#import <VerovioFramework/transposition.h>
#import <VerovioFramework/nc.h>
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.rism.verovio</groupId>
<artifactId>VerovioToolkit</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<packaging>jar</packaging>

<name>VerovioToolkit</name>
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "3.7.0",
"datePublished": "2021-11-22",
"softwareVersion": "3.8.0",
"datePublished": "2021-12-22",
"license": "https://www.gnu.org/licenses/lgpl-3.0",
"programmingLanguage": [{
"@type": "ComputerLanguage",
Expand Down
2 changes: 1 addition & 1 deletion emscripten/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verovio",
"version": "3.7.0",
"version": "3.8.0",
"description": "This is the stable version of the verovio package",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit f66d1c1

Please sign in to comment.