Skip to content

Commit

Permalink
chore: Release v0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeljanov committed Jul 17, 2022
1 parent d2c88ca commit 0e1bd4a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion symphonia-bundle-flac/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-bundle-flac"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust FLAC demuxer and decoder (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-bundle-mp3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-bundle-mp3"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust MP1, MP2, and MP3 demuxer and decoder (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-check/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-check"
version = "0.5.0"
version = "0.5.1"
description = "Project Symphonia QA tool."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-codec-aac/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-codec-aac"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust AAC decoder (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-codec-alac/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-codec-alac"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust ALAC decoder (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-codec-pcm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-codec-pcm"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust PCM audio decoder (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-codec-vorbis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-codec-vorbis"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust Vorbis decoder (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-core"
version = "0.5.0"
version = "0.5.1"
description = "Project Symphonia shared structs, traits, and features."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-format-isomp4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-format-isomp4"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust ISO/MP4 demuxer (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-format-mkv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-format-mkv"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust MKV/WebM demuxer (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-format-ogg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-format-ogg"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust OGG demuxer (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-format-wav/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-format-wav"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust WAV demuxer (a part of project Symphonia)."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-metadata"
version = "0.5.0"
version = "0.5.1"
description = "Project Symphonia multimedia tag and metadata readers."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-play/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-play"
version = "0.5.0"
version = "0.5.1"
description = "Project Symphonia audio player demo application."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia-utils-xiph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia-utils-xiph"
version = "0.5.0"
version = "0.5.1"
description = "Project Symphonia utilities for Xiph codecs and formats."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down
2 changes: 1 addition & 1 deletion symphonia/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symphonia"
version = "0.5.0"
version = "0.5.1"
description = "Pure Rust media container and audio decoding library."
homepage = "https://github.com/pdeljanov/Symphonia"
repository = "https://github.com/pdeljanov/Symphonia"
Expand Down

0 comments on commit 0e1bd4a

Please sign in to comment.