From 062338d5dff6368985563452009288dfcbf67a61 Mon Sep 17 00:00:00 2001 From: Nikita Strygin Date: Thu, 2 Mar 2023 03:33:12 +0300 Subject: [PATCH] chore: Release --- Cargo.lock | 16 ++++++++-------- sdu/Cargo.toml | 2 +- shin-audio/Cargo.toml | 2 +- shin-core/Cargo.toml | 2 +- shin-derive/Cargo.toml | 2 +- shin-render/Cargo.toml | 2 +- shin-tasks/Cargo.toml | 2 +- shin-video/Cargo.toml | 2 +- shin/Cargo.toml | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af8b38d..0855f57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2800,7 +2800,7 @@ dependencies = [ [[package]] name = "sdu" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "bytes", @@ -2902,7 +2902,7 @@ dependencies = [ [[package]] name = "shin" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "anymap", @@ -2950,7 +2950,7 @@ dependencies = [ [[package]] name = "shin-audio" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "kira", @@ -2962,7 +2962,7 @@ dependencies = [ [[package]] name = "shin-core" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", @@ -3000,7 +3000,7 @@ dependencies = [ [[package]] name = "shin-derive" -version = "0.4.1" +version = "0.4.2" dependencies = [ "darling", "itertools", @@ -3012,7 +3012,7 @@ dependencies = [ [[package]] name = "shin-render" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "bevy_utils", @@ -3029,7 +3029,7 @@ dependencies = [ [[package]] name = "shin-tasks" -version = "0.4.1" +version = "0.4.2" dependencies = [ "async-channel", "async-executor", @@ -3044,7 +3044,7 @@ dependencies = [ [[package]] name = "shin-video" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-process", diff --git a/sdu/Cargo.toml b/sdu/Cargo.toml index 53fb0dd..fc0f46b 100644 --- a/sdu/Cargo.toml +++ b/sdu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdu" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Cli tool for working with shin-specific file formats" repository = "https://github.com/DCNick3/shin" diff --git a/shin-audio/Cargo.toml b/shin-audio/Cargo.toml index 85e25b1..0376284 100644 --- a/shin-audio/Cargo.toml +++ b/shin-audio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-audio" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Kira audio sources for Shin Engine" repository = "https://github.com/DCNick3/shin" diff --git a/shin-core/Cargo.toml b/shin-core/Cargo.toml index 2f2ef3b..0a29c0a 100644 --- a/shin-core/Cargo.toml +++ b/shin-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-core" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Core library for the Shin engine: file formats support, virtual machine, etc" repository = "https://github.com/DCNick3/shin" diff --git a/shin-derive/Cargo.toml b/shin-derive/Cargo.toml index ee4c726..3cc8df4 100644 --- a/shin-derive/Cargo.toml +++ b/shin-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-derive" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Shin derive macros" repository = "https://github.com/DCNick3/shin" diff --git a/shin-render/Cargo.toml b/shin-render/Cargo.toml index 53fc79b..544623e 100644 --- a/shin-render/Cargo.toml +++ b/shin-render/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-render" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Common rendering utilities for the Shin engine" repository = "https://github.com/DCNick3/shin" diff --git a/shin-tasks/Cargo.toml b/shin-tasks/Cargo.toml index cd26c31..d239fe0 100644 --- a/shin-tasks/Cargo.toml +++ b/shin-tasks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-tasks" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "A task executor for Shin Engine (based on bevy)" repository = "https://github.com/DCNick3/shin" diff --git a/shin-video/Cargo.toml b/shin-video/Cargo.toml index fb21bcd..b569706 100644 --- a/shin-video/Cargo.toml +++ b/shin-video/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-video" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Library integrating ffmpeg with the shin engine" repository = "https://github.com/DCNick3/shin" diff --git a/shin/Cargo.toml b/shin/Cargo.toml index 7ee74c2..a5451ae 100644 --- a/shin/Cargo.toml +++ b/shin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "A visual novel engine used by some entergram games" repository = "https://github.com/DCNick3/shin"