Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 2, 2023
1 parent 62f4cbf commit a3657f7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# CHANGELOG



## v1.0.0 (2023-12-02)

### Breaking

* feat!: Expands to py3.9 ([`768b18e`](https://github.com/UCSD-E4E/pyFileHash/commit/768b18ec243a9d4088fc9c7df895a51742fbe191))

### Ci

* ci: Fixes submodules ([`62f4cbf`](https://github.com/UCSD-E4E/pyFileHash/commit/62f4cbfa88a207129f7e3b17faa2ef93b760a727))

* ci: Fixes workflow ([`7514702`](https://github.com/UCSD-E4E/pyFileHash/commit/7514702095ab631d83abdcd57382451acfe5b37b))

* ci: Fixes workflow ([`dd0cc3a`](https://github.com/UCSD-E4E/pyFileHash/commit/dd0cc3aab2b1ce4e13e5e38332670cd1c9c34878))

* ci: Adds releaser ([`928caa6`](https://github.com/UCSD-E4E/pyFileHash/commit/928caa6a7f5b2f8ed432e30e0d95fd0d234ea42f))

* ci: Adds c++ configuration ([`4df8841`](https://github.com/UCSD-E4E/pyFileHash/commit/4df884130d2dd2fd38d056430de447b6093ad701))

### Feature

* feat: Updates final ([`abfc27d`](https://github.com/UCSD-E4E/pyFileHash/commit/abfc27df4980489bcdb6136e49dbb41bddc52475))

* feat: Adds multiproc test ([`e99dea1`](https://github.com/UCSD-E4E/pyFileHash/commit/e99dea19c8bcbb4af665e65e54901c1e1b374891))

* feat: Implements single threaded hashing ([`9403609`](https://github.com/UCSD-E4E/pyFileHash/commit/9403609a4ea9bd39111fc2ac2ef948d54aa09f1d))

### Fix

* fix: Fixes exception ([`1179373`](https://github.com/UCSD-E4E/pyFileHash/commit/1179373fabe22a61d9e332bf0551b3cd9553535f))

* fix: Fixes package naming ([`ca14883`](https://github.com/UCSD-E4E/pyFileHash/commit/ca1488349e0e291d2a78c306199d7e2f5bd8d5fe))

* fix: Fixes package naming ([`459ff6b`](https://github.com/UCSD-E4E/pyFileHash/commit/459ff6b105a18ca51b7360b12091fe1fe4547429))

* fix: Fixes packaging ([`daa5d4e`](https://github.com/UCSD-E4E/pyFileHash/commit/daa5d4e95ce5817cafbb286a76c1251f6c86b80c))

### Unknown

* Moving files ([`9589836`](https://github.com/UCSD-E4E/pyFileHash/commit/958983666b444e584e459c71aa904ff176a6f7ad))

* wip: Adds project structure ([`420ea00`](https://github.com/UCSD-E4E/pyFileHash/commit/420ea0057ae623efeceb58dbd96b0b76ccbd9325))

* Initial commit ([`a2c2a2f`](https://github.com/UCSD-E4E/pyFileHash/commit/a2c2a2f1f0739c4fd589fa80c956eb0dea5772b3))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyfilehash"
version = "0.1.0"
version = "1.0.0"
description = "Python Linkage to C File Hashing"
authors = ["Nathan Hui <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a3657f7

Please sign in to comment.