Skip to content

Commit

Permalink
Add release notes for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Aug 27, 2022
1 parent f5c248e commit 58e0078
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Import the `galois` package in Python.
In [1]: import galois

In [2]: galois.__version__
Out[2]: '0.0.33'
Out[2]: '0.1.0'
```

### Create a [`FieldArray`](https://galois.readthedocs.io/en/latest/api/galois.FieldArray/) subclass
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ If this library was useful to you in your research, please cite us. Following th
:hidden:

release-notes/versioning.rst
release-notes/v0.1.0.md
release-notes/v0.0.33.md
release-notes/v0.0.32.md
release-notes/v0.0.31.md
Expand Down
12 changes: 12 additions & 0 deletions docs/release-notes/v0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v0.1.0

*Released August 27, 2022*

## Changes

- First beta release!
- Fixed PyPI package metadata.

## Contributors

- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = [
"encryption", "cryptography", "elliptic curves", "elliptic curve cryptography", "ecc", "aes", "rsa",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 58e0078

Please sign in to comment.