Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 30, 2024
1 parent 8e845d2 commit 9a97411
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true

Expand All @@ -45,7 +45,7 @@ jobs:
uv run pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## Next version
## 1.3.0 - November 29, 2024

### 🚀 New

* Add `observer schedule-focus-sweep` command to Overwatcher actor to schedule a focus sweep before the next tile.
* [#39](https://github.com/sdss/lvmgort/pull/39) Implement transparency monitoring.
* Add `observer schedule-focus-sweep` command to Overwatcher actor to schedule a focus sweep before the next tile.

### ✨ Improved

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 = "lvmgort"
version = "1.2.2a0"
version = "1.3.0"
description = "The brains of LVM observing"
authors = [
{ name = "José Sánchez-Gallego", email = "[email protected]" }
Expand Down

0 comments on commit 9a97411

Please sign in to comment.