From 09d4cbf7b3f7250ec6ba894f838009c144824780 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 25 Feb 2026 12:59:07 -0500 Subject: [PATCH] Apply itensorformatter_code_style_badge patch --- Project.toml | 2 +- README.md | 2 +- examples/README.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index c81721c..0df6e44 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SerializedArrays" uuid = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" -version = "0.2.12" +version = "0.2.13" authors = ["ITensor developers and contributors"] [deps] diff --git a/README.md b/README.md index fad0ce8..36c1304 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://itensor.github.io/SerializedArrays.jl/dev/) [![Build Status](https://github.com/ITensor/SerializedArrays.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/ITensor/SerializedArrays.jl/actions/workflows/Tests.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/ITensor/SerializedArrays.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ITensor/SerializedArrays.jl) -[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) +[![Code Style](https://img.shields.io/badge/code_style-ITensor-purple)](https://github.com/ITensor/ITensorFormatter.jl) [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) ## Support diff --git a/examples/README.jl b/examples/README.jl index 9653f16..338e483 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -4,7 +4,7 @@ # [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://itensor.github.io/SerializedArrays.jl/dev/) # [![Build Status](https://github.com/ITensor/SerializedArrays.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/ITensor/SerializedArrays.jl/actions/workflows/Tests.yml?query=branch%3Amain) # [![Coverage](https://codecov.io/gh/ITensor/SerializedArrays.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ITensor/SerializedArrays.jl) -# [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) +# [![Code Style](https://img.shields.io/badge/code_style-ITensor-purple)](https://github.com/ITensor/ITensorFormatter.jl) # [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) # ## Support