Skip to content

Commit 8c92a83

Browse files
committed
update version & changelog
1 parent 3a21baf commit 8c92a83

File tree

2 files changed

+74
-1
lines changed

2 files changed

+74
-1
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,78 @@
11
# CHANGELOG
22

3+
## [0.7.0](https://github.com/ansys/pyhps/releases/tag/v0.7.0) - February 21 2024
4+
5+
### Added
6+
- feat: needed permissions for junit action
7+
- feat: update license start year (#334)
8+
- Add codecov to the repository (#339)
9+
10+
### Fixed
11+
- fix: followup tech review (#300)
12+
- fix: workflow permissions (#301)
13+
- fix: github output instead of env var (#303)
14+
- fix: outputs
15+
- Fix coverage (#307)
16+
- fix: stage dependencies (#313)
17+
- fix: solve badges (#340)
18+
19+
### Changed
20+
- Technical review [#273](https://github.com/ansys/pyhps/pull/273)
21+
- Replace unittest with pytest (#298)
22+
- cicd: proposing different action (#302)
23+
- Cleanup workflows (#306)
24+
- Update RMS models (#308)
25+
- Additional cleanup (#312)
26+
- Update tests for LS-DYNA example (#276)
27+
- More docs and url renaming (#316)
28+
- Update README.rst (#317)
29+
- DCS migration guide (#314)
30+
- Adjust schemas docstrings (#318)
31+
- Expose task work dir (#320)
32+
- Update fluent nozzle example (#319)
33+
- Rework Doc API Reference (#321)
34+
- Remove issue templates (#327)
35+
- docs: installation steps (#336)
36+
- Post tech-review updates (#338)
37+
38+
### Dependencies
39+
- Bump ansys-sphinx-theme from 0.13.1 to 0.13.2 (#297)
40+
- Bump docker/login-action from 2 to 3 (#292)
41+
- Bump dawidd6/action-download-artifact from 2 to 3 (#290)
42+
- Bump peter-evans/create-or-update-comment from 2 to 4 (#295)
43+
- Bump actions/checkout from 3 to 4 (#293)
44+
- Bump sphinxnotes-strike from 1.2 to 1.2.1 (#296)
45+
- Bump sphinx-autodoc-typehints from 1.25.2 to 1.25.3 (#291)
46+
- Bump actions/setup-python from 4 to 5 (#310)
47+
- Bump mikepenz/action-junit-report from 3 to 4 (#309)
48+
- Bump ansys-sphinx-theme from 0.13.2 to 0.13.4 (#324)
49+
- Bump twine from 4.0.2 to 5.0.0 (#323)
50+
- Bump sphinx-autodoc-typehints from 1.25.3 to 2.0.0 (#325)
51+
- Bump pytest from 8.0.0 to 8.0.1 (#328)
52+
- Bump ansys-sphinx-theme from 0.13.4 to 0.14.0 (#330)
53+
- Bump coverage from 7.4.1 to 7.4.2 (#337)
54+
55+
## [0.6.0](https://github.com/ansys/pyhps/releases/tag/v0.6.0) - January 31 2024
56+
57+
### Added
58+
- Add license headers to files [#270](https://github.com/ansys/pyhps/pull/270)
59+
60+
### Fixed
61+
- Fix small typo in Objects vs Dictionaries [#259](https://github.com/ansys/pyhps/pull/259)
62+
- Improve type checking for create, update and delete methods [#271](https://github.com/ansys/pyhps/pull/271)
63+
- Improvements from testing session [#275](https://github.com/ansys/pyhps/pull/275)
64+
65+
### Changed
66+
- Rename to PyHPS [#258](https://github.com/ansys/pyhps/pull/258)
67+
- More renaming [#260](https://github.com/ansys/pyhps/pull/260)
68+
- Update RMS models and API [#262](https://github.com/ansys/pyhps/pull/262)
69+
- Overall doc edit for public release [#278](https://github.com/ansys/pyhps/pull/268)
70+
71+
### Dependencies
72+
- Bump apispec from 6.3.0 to 6.3.1 in /requirements [#264](https://github.com/ansys/pyhps/pull/264)
73+
- Bump pytest from 7.4.3 to 7.4.4 in /requirements [#266](https://github.com/ansys/pyhps/pull/266)
74+
- Update add-license-headers version [#277](https://github.com/ansys/pyhps/pull/277)
75+
376
## [0.5.0](https://github.com/ansys/pyhps/releases/tag/v0.5.0) - December 14 2023
477

578
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-hps-client"
8-
version = "0.7.dev0"
8+
version = "0.7.0"
99
description = "A python client for Ansys HPC Platform Services"
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)