From f082a5bde0613cbf8017352460ce0e36242c5c97 Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Mon, 25 Apr 2022 15:25:31 +0200 Subject: [PATCH] Release 4.7.0 --- ChangeLog.md | 2 +- Documentation~/Images/badge_linecoverage.svg | 2 +- Runtime/Scripts/Export/Constants.cs | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 41ee6e11..3b58696c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [4.7.0] - 2022-04-25 ### Added - `RenderPipelineUtils` to detect current render pipeline - Option to make glTFast an alternative `.glb`/`.gltf` importer (not default anymore; via scripting define `GLTFAST_FORCE_DEFAULT_IMPORTER_OFF`). Useful in projects where you have another default importer for glTF (thanks @hybridherbst][hybridherbst] for #367) diff --git a/Documentation~/Images/badge_linecoverage.svg b/Documentation~/Images/badge_linecoverage.svg index 9ad4e14e..b1da7cd7 100644 --- a/Documentation~/Images/badge_linecoverage.svg +++ b/Documentation~/Images/badge_linecoverage.svg @@ -77,7 +77,7 @@ Coverage Coverage - 71%71% + 72.4%72.4% diff --git a/Runtime/Scripts/Export/Constants.cs b/Runtime/Scripts/Export/Constants.cs index b66a59dc..7684d06e 100644 --- a/Runtime/Scripts/Export/Constants.cs +++ b/Runtime/Scripts/Export/Constants.cs @@ -17,7 +17,7 @@ namespace GLTFast.Export { static class Constants { - public const string version = "4.6.0"; + public const string version = "4.7.0"; internal const string mimeTypePNG = "image/png"; internal const string mimeTypeJPG = "image/jpeg"; diff --git a/package.json b/package.json index 3d42cbf0..b713224b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.gltfast", - "version": "4.6.0", + "version": "4.7.0", "displayName": "glTFast", "description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor", "unity": "2019.4",