Skip to content

Commit

Permalink
Cut v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thxo authored and thxo committed Apr 2, 2023
1 parent f1b0c97 commit fbfc047
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
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).

## [0.1.1]
### Changes
- Add new Cabrillo fields. (#9)

## [0.1.0]
### Added
- Cut first documented release.

### Changes
- Fix UnicodeDecodeError when parsing non UTF-8 log files. (#6)
- Fix UnicodeDecodeError when parsing non UTF-8 log files. (#6)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="cabrillo",
version="0.1.0",
version="0.1.1",
author="thxo",
author_email="[email protected]",
description="A Python library to parse Cabrillo-format amateur radio "
Expand Down

0 comments on commit fbfc047

Please sign in to comment.