Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob committed Nov 26, 2024
1 parent 33830fe commit 85811c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
has context menu

## [0.1.2] - 2024-11-26

* add API documentation
* fixed issues in example notebook

## [0.1.1] - 2024-02-12

* fix incorrectly defined dependency in setup.py
Expand Down
2 changes: 1 addition & 1 deletion dasp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from dasp import algorithms
from dasp.algorithms import fasp, hasp_decim, hasp_fixed, hasp_interp

__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 85811c0

Please sign in to comment.