Skip to content

Commit 9af7da2

Browse files
authored
chore: release v1.0.1 (#14)
1 parent 50c48b3 commit 9af7da2

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
No unreleased changes yet.
11+
12+
## [1.0.1] - 2026-04-12
13+
1014
### Documentation
1115

1216
- Adjusted README copy to address library users directly, refreshed the references section, and
13-
updated the BibTeX citation block for `1.0.0`
17+
updated the BibTeX citation block to match the current release version
1418

1519
## [1.0.0] - 2026-04-12
1620

@@ -422,7 +426,8 @@ Based on comprehensive academic research:
422426
- Kymn et al. (2024) - Resonator cleanup networks
423427
- Malits & Mendelson (2025) - CPSE/CPSD algorithms
424428

425-
[Unreleased]: https://github.com/Twistient/HoloVec/compare/v1.0.0...HEAD
429+
[Unreleased]: https://github.com/Twistient/HoloVec/compare/v1.0.1...HEAD
430+
[1.0.1]: https://github.com/Twistient/HoloVec/compare/v1.0.0...v1.0.1
426431
[1.0.0]: https://github.com/Twistient/HoloVec/compare/v0.3.2...v1.0.0
427432
[0.3.2]: https://github.com/Twistient/HoloVec/compare/v0.3.1...v0.3.2
428433
[0.3.1]: https://github.com/Twistient/HoloVec/compare/v0.3.0...v0.3.1

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ authors:
88
affiliation: Twistient Corp.
99
repository-code: https://github.com/Twistient/HoloVec
1010
license: Apache-2.0
11-
version: 1.0.0
11+
version: 1.0.1
1212
date-released: 2026-04-12

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "holovec"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Hyperdimensional Computing / Vector Symbolic Architectures library"
99
readme = "README.md"
1010
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)