Skip to content

Commit

Permalink
Release Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed Oct 15, 2024
1 parent c41df99 commit e5c1c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions docs/changelog.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: "What's new?"
---

## Unreleased
These are the unreleased changes of Delft-FIAT.
## v0.2.0 (2024-10-15)
Added small features.

### Added
- 'Normal' exit when keyboard interrupt is triggered over cli
Expand All @@ -13,10 +13,7 @@ These are the unreleased changes of Delft-FIAT.
- Fixed hanging issue with the mp-logging receiver when erroring
- Fixed square cell assumption when mapping world coordinates to pixel coordinates
- Support capitalized entries in the settings toml (again; it was disabled)

### Deprecated

### Documentation
- Various small non breaking fixes

## v0.1.1 (2024-10-04)
Small patch release.
Expand Down
2 changes: 1 addition & 1 deletion src/fiat/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
major = 2
minor = 0
build = 0
suffix = ".dev"
suffix = ""

__version__ = f"{main}.{major}.{minor}{suffix}"

0 comments on commit e5c1c4b

Please sign in to comment.