Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 24, 2024
1 parent 5c52591 commit 31c5297
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 259 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.1.4 - 2024-09-24

### 🚀 New

* Multiple new routes for `/logs/night-logs`.
* Add `/macros/shutdown_from_dupont` route that bypasses authentication as long as the request comes from the DuPont subnet.

### 🏷️ Changed

* By default do not return LN2 fill plots as base64 images.
* Rename base route `/log` to `/logs`.


## 0.1.3 - 2024-09-18

### 🚀 New
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 = "lvmapi"
version = "0.1.4a0"
version = "0.1.4"
description = "REST API for LVM operations"
authors = [
{ name = "José Sánchez-Gallego", email = "gallegoj@uw.edu" }
Expand Down
Loading

0 comments on commit 31c5297

Please sign in to comment.