Skip to content

Commit cfb51f3

Browse files
authored
Prepare metadata for v0.1.3 (#63)
1 parent dbc8104 commit cfb51f3

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [0.1.3] - 2025-09-20
10+
911
### Changed
1012

13+
- Updated `CITATION.bib` (just very minor tweaks) (#62).
1114
- Changed the main header in `README.md` from 'SDiagonalizability' to the more idiomatic 'SDiagonalizability.jl' (#61).
1215

1316
### Fixed
@@ -47,7 +50,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
4750

4851
- Released the initial stable version of the package.
4952

50-
[unreleased]: https://github.com/GraphQuantum/SDiagonalizability.jl/compare/v0.1.2...HEAD
53+
[unreleased]: https://github.com/GraphQuantum/SDiagonalizability.jl/compare/v0.1.3...HEAD
54+
[0.1.3]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.3
5155
[0.1.2]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.2
5256
[0.1.1]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.1
5357
[0.1.0]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.0

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://graphquantum.github.io/SDiagonalizability.jl/"
88
maintainers = ["Luis M. B. Varona <[email protected]>"]
99
readme = "README.md"
1010
repository = "https://github.com/GraphQuantum/SDiagonalizability.jl"
11-
version = "0.1.2"
11+
version = "0.1.3"
1212

1313
[deps]
1414
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<tr>
88
<td>Metadata</td>
99
<td>
10-
<img src="https://img.shields.io/badge/version-v0.1.2-pink.svg" alt="Version">
10+
<img src="https://img.shields.io/badge/version-v0.1.3-pink.svg" alt="Version">
1111
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-A31F34.svg" alt="License: MIT"></a>
1212
<a href="https://github.com/JuliaDiff/BlueStyle"><img src="https://img.shields.io/badge/code%20style-blue-4495d1.svg" alt="Code Style: Blue"></a>
1313
</td>
@@ -275,7 +275,7 @@ The latest citation information may be found in the [CITATION.bib](https://raw.g
275275

276276
## Project status
277277

278-
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.
278+
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.
279279

280280
## Credits
281281

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CurrentModule = SDiagonalizability
1414
<tr>
1515
<td>Metadata</td>
1616
<td>
17-
<img src="https://img.shields.io/badge/version-v0.1.2-pink.svg" alt="Version">
17+
<img src="https://img.shields.io/badge/version-v0.1.3-pink.svg" alt="Version">
1818
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-A31F34.svg" alt="License: MIT"></a>
1919
<a href="https://github.com/JuliaDiff/BlueStyle"><img src="https://img.shields.io/badge/code%20style-blue-4495d1.svg" alt="Code Style: Blue"></a>
2020
</td>
@@ -283,7 +283,7 @@ The latest citation information may be found in the [CITATION.bib](https://raw.g
283283

284284
## Project status
285285

286-
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.
286+
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.
287287

288288
## Credits
289289

0 commit comments

Comments
 (0)