From da002bfceb189ba642217bb6a19313502a95b0f3 Mon Sep 17 00:00:00 2001 From: Jared Forth Date: Fri, 29 Aug 2025 08:48:57 -0500 Subject: [PATCH 1/3] update copyright --- COPYRIGHT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index c75816a..ae3d278 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ Copyright 2020 Jared Forth. -Except as otherwise noted (below and/or in individual files), fsutils is +Except as otherwise noted (below and/or in individual files), webp is licensed under the Apache License, Version 2.0 or or the MIT license - or , at your option. \ No newline at end of file + or , at your option. From 56aaf8449984f9f0fa30dc6862a12d1010b75b3a Mon Sep 17 00:00:00 2001 From: Jared Forth Date: Fri, 29 Aug 2025 08:50:06 -0500 Subject: [PATCH 2/3] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b0fcab..01219ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webp" -version = "0.3.0" +version = "0.3.1" authors = ["Jared Forth "] edition = "2021" From 2420963a79896bf31ce42c1dbf96f11786c040a6 Mon Sep 17 00:00:00 2001 From: Jared Forth Date: Fri, 29 Aug 2025 08:50:56 -0500 Subject: [PATCH 3/3] version --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 874def5..a0b0cc2 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ A WebP conversion library Documentation: -- [API Reference](https://docs.rs/webp) +- [API Reference](https://docs.rs/webp) ## Usage @@ -17,13 +17,14 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -webp = "0.2" +webp = "0.3" ``` ## Examples -An example for converting an image between JPEG and WebP formats is provided in the -`examples` directory. It can be run using +An example for converting an image between JPEG and WebP formats is provided in the +`examples` directory. It can be run using + ```sh cargo run --release --example convert ``` @@ -36,5 +37,5 @@ Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and [COPYRIGHT](COPYRIGHT) for details. -The photo `lake.jpg` included in the `assets/` directory is licensed under -[CC0](https://creativecommons.org/publicdomain/zero/1.0/)/"Public Domain Dedication". +The photo `lake.jpg` included in the `assets/` directory is licensed under +[CC0](https://creativecommons.org/publicdomain/zero/1.0/)/"Public Domain Dedication".