Skip to content

Commit

Permalink
[RELEASE] 0.2.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 authored Jun 12, 2024
1 parent c72e673 commit 0e9dd28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,23 @@ The version is represented by three digits: a.b.c.

## Unreleased


## \[0.2.0\] - 2024-06-12

FEATURE:
- `cli`: add (minimal) command line interface

DOCUMENTATION:
- add documentation for command line interface

## \[0.1.1\] - 2024-06-10

FEATURE:
- `symmetria.Permutation`: add `describe` method
- `symmetria.CyclePermutation`: add `describe` method
- `symmetria.Cycle`: add `describe` method


## \[0.1.0\] - 2024-06-05

DEPRECATED:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "symmetria"
version = "0.1.1"
version = "0.2.0"
description = "Symmetria provides an intuitive, thorough, and comprehensive framework for interacting with the symmetric group and its elements."
authors = [
{name = "Vasco Schiavo"},
Expand Down
2 changes: 1 addition & 1 deletion symmetria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from symmetria.elements.permutation import Permutation
from symmetria.elements.cycle_decomposition import CycleDecomposition

__version__ = "0.1.1"
__version__ = "0.2.0"
__all__ = ["__version__", "generate", "Permutation", "Cycle", "CycleDecomposition"]

0 comments on commit 0e9dd28

Please sign in to comment.