Skip to content

Commit 1d45629

Browse files
committed
chore(release): version 0.2.0
1 parent 0d9af45 commit 1d45629

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.0] - 2024-06-21
6+
7+
### Bug Fixes
8+
9+
- Update notebook SBR; add `to_csv` for all dataframes
10+
- Reduce vibration velocity with reliability index
11+
- Update logic for building plot
12+
13+
### Documentation
14+
15+
- Use more descriptive attribute names
16+
17+
### Features
18+
19+
- *(sbr-b)* Allow multi building validation
20+
- Add SBR-B to notebook
21+
- Initial setup SBR-B
22+
523
## [0.1.7] - 2024-03-19
624

725
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "py-vibracore"
7-
version = "0.1.7"
7+
version = "0.2.0"
88
description = "Public python SDK for the CEMS VibraCore web-API."
99
requires-python = ">=3.9"
1010
dependencies = [

src/pyvibracore/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.7"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)