From e4bc96fae4c9a945e854e68a68defa0e8a2597cb Mon Sep 17 00:00:00 2001 From: Luis-Varona Date: Sat, 20 Sep 2025 14:29:54 -0300 Subject: [PATCH] Prepare metadata for v0.1.3 --- CHANGELOG.md | 6 +++++- Project.toml | 2 +- README.md | 4 ++-- docs/src/index.md | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c29594..39495d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [0.1.3] - 2025-09-20 + ### Changed +- Updated `CITATION.bib` (just very minor tweaks) (#62). - Changed the main header in `README.md` from 'SDiagonalizability' to the more idiomatic 'SDiagonalizability.jl' (#61). ### Fixed @@ -47,7 +50,8 @@ 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.2...HEAD +[unreleased]: https://github.com/GraphQuantum/SDiagonalizability.jl/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.3 [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 3e9f49c..a50ecca 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.2" +version = "0.1.3" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" diff --git a/README.md b/README.md index a666a21..0f9a597 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.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. +The latest stable release of *SDiagonalizability.jl* is v0.1.3. 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 7f2f234..d560292 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.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. +The latest stable release of *SDiagonalizability.jl* is v0.1.3. 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