Skip to content

Commit

Permalink
bump: version 0.13.0 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2024
1 parent 6150fb8 commit 8ca63a8
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 3 deletions.
83 changes: 83 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,86 @@
## 0.14.0 (2024-08-10)

### Feat

- Update README.md
- Update README.md
- Migrate to FastApi

## 0.12.1 (2024-07-08)

### Fix

- Update README.md

## 0.12.0 (2024-07-08)

### Feat

- Restructure server.py

## 0.11.0 (2024-07-08)

### Feat

- Update README.md
- Update README.md

### Fix

- Versions Update swagger.yaml
- Versions Update manifest.json

## 0.10.2 (2024-04-17)

### Fix

- fix relay url

## 0.10.1 (2024-04-16)

### Fix

- adding all data api call

## 0.10.0 (2024-04-16)

### Feat

- adding all data api call

## 0.9.0 (2024-04-16)

### Fix

- custom compo module correction
- custom compo module correction

## 0.7.1 (2024-04-16)

### Fix

- decouple docker image and pip module - use sourcecode

## 0.7.0 (2024-04-16)

### Feat

- New Release process

## 0.6.0 (2024-04-16)

### Feat

- enum for relay state

## 0.5.0 (2024-04-16)

### Fix

- fixing Docker buld for reqs.txt gen
- fixing Docker buld for reqs.txt gen
- fixing Docker buld for reqs.txt gen

## 0.13.0 (2024-07-09)

### Feat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/robbrad/lunaticoastro-dragonfly-controller/issues",
"requirements": ["lunaticoastro-dragonfly-controller>=0.13.0"],
"version": "0.13.0",
"requirements": ["lunaticoastro-dragonfly-controller>=0.14.0"],
"version": "0.14.0",
"zeroconf": []
}
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 = "lunaticoastro-dragonfly-controller"
version = "0.13.0"
version = "0.14.0"
description = "Python Lib to control lunaticoastro dragonfly"
readme = "README.md"
authors = ["Robert Bradley <[email protected]>"]
Expand Down

0 comments on commit 8ca63a8

Please sign in to comment.