chore: prepare for release

update version to v0.5.5.

fixes: #48
changes name of `image-formats` to `image_formats` to more allign with the naming convention of the library.
This commit is contained in:
Henry Schimke
2024-01-30 17:26:51 -06:00
parent aa6128280e
commit 297ea7bf80
33 changed files with 666 additions and 134 deletions

View File

@@ -23,7 +23,7 @@ mod common;
* @author Sean Owen
*/
#[cfg(feature = "image-formats")]
#[cfg(feature = "image_formats")]
#[test]
fn qrcode_black_box1_test_case() {
let mut tester = common::AbstractBlackBoxTestCase::new(
@@ -44,7 +44,7 @@ fn qrcode_black_box1_test_case() {
* @author Sean Owen
*/
#[cfg(feature = "image-formats")]
#[cfg(feature = "image_formats")]
#[test]
fn qrcode_black_box2_test_case() {
let mut tester = common::AbstractBlackBoxTestCase::new(
@@ -65,7 +65,7 @@ fn qrcode_black_box2_test_case() {
* @author dswitkin@google.com (Daniel Switkin)
*/
#[cfg(feature = "image-formats")]
#[cfg(feature = "image_formats")]
#[test]
fn qrcode_black_box3_test_case() {
let mut tester = common::AbstractBlackBoxTestCase::new(
@@ -87,7 +87,7 @@ fn qrcode_black_box3_test_case() {
* @author dswitkin@google.com (Daniel Switkin)
*/
#[cfg(feature = "image-formats")]
#[cfg(feature = "image_formats")]
#[test]
fn qrcode_black_box4_test_case() {
let mut tester = common::AbstractBlackBoxTestCase::new(
@@ -112,7 +112,7 @@ fn qrcode_black_box4_test_case() {
* @author dswitkin@google.com (Daniel Switkin)
*/
#[cfg(feature = "image-formats")]
#[cfg(feature = "image_formats")]
#[test]
fn qrcode_black_box5_test_case() {
let mut tester = common::AbstractBlackBoxTestCase::new(
@@ -133,7 +133,7 @@ fn qrcode_black_box5_test_case() {
* rotation, which was a weak spot.
*/
#[cfg(feature = "image-formats")]
#[cfg(feature = "image_formats")]
#[test]
fn qrcode_black_box6_test_case() {
let mut tester = common::AbstractBlackBoxTestCase::new(