From 4b62a1bef2bd381f4de7976393eab65b7d92714a Mon Sep 17 00:00:00 2001 From: Luis-Varona Date: Wed, 13 Aug 2025 15:03:34 -0300 Subject: [PATCH] Update metadata for v0.1.2 --- CHANGELOG.md | 5 ++++- Project.toml | 2 +- README.md | 4 ++-- docs/src/index.md | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed36d99..4f805d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [0.1.2] - 2025-08-13 + ### Added - Added **References** sections to docstrings for immediate readability in the REPL and in the source code without needing to open the Documenter-generated website (#47, #48). @@ -37,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - Released the initial stable version of the package. -[unreleased]: https://github.com/GraphQuantum/SDiagonalizability.jl/compare/v0.1.1...HEAD +[unreleased]: https://github.com/GraphQuantum/SDiagonalizability.jl/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.2 [0.1.1]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.1 [0.1.0]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.0 diff --git a/Project.toml b/Project.toml index 510ca96..3e9f49c 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ homepage = "https://graphquantum.github.io/SDiagonalizability.jl/" maintainers = ["Luis M. B. Varona "] readme = "README.md" repository = "https://github.com/GraphQuantum/SDiagonalizability.jl" -version = "0.1.1" +version = "0.1.2" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" diff --git a/README.md b/README.md index d24443a..0127bad 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Metadata - Version + Version License: MIT Code Style: Blue @@ -275,7 +275,7 @@ The latest citation information may be found in the [CITATION.bib](https://raw.g ## Project status -The latest stable release of *SDiagonalizability.jl* is v0.1.1. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.2.0) in the near future. +The latest stable release of *SDiagonalizability.jl* is v0.1.2. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.2.0) in the near future. ## Credits diff --git a/docs/src/index.md b/docs/src/index.md index 91651c6..7f2f234 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -14,7 +14,7 @@ CurrentModule = SDiagonalizability Metadata - Version + Version License: MIT Code Style: Blue @@ -283,7 +283,7 @@ The latest citation information may be found in the [CITATION.bib](https://raw.g ## Project status -The latest stable release of *SDiagonalizability.jl* is v0.1.1. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.2.0) in the near future. +The latest stable release of *SDiagonalizability.jl* is v0.1.2. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.2.0) in the near future. ## Credits