Skip to content

Commit

Permalink
added CHANGELOG version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Jun 4, 2024
1 parent 84ba52b commit abd42d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change log

## 0.2.4

- Added new masking modes
- More Option types available in the template configuration
- Tarball of files and linmos fields

## Pre 0.2.3

Everything chsnges all the time
1 change: 1 addition & 0 deletions flint/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
r".*\.txt",
r".*png",
r".*\.ms\.zip",
r".*\.caltable",
)
DEFAULT_COPY_RE_PATTERNS = (r".*linmos.*fits", r".*png")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flint"
version = "0.2.3"
version = "0.2.4"
description = "Pipeline for RACS processing, and profit along the way"
authors = ["tgalvin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit abd42d2

Please sign in to comment.