You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Unreleased
2
2
3
+
# Released
4
+
# v0.1.5
5
+
6
+
*`pytfe.__version__` added in src/pytfe/init.py via importlib.metadata.version("pytfe"). This will resolve to the version from pyproject.toml.
7
+
* Updated comments, sshkey, stateversion and cost-estimate models to have id as mandatory attribute by @isivaselvan[#137](https://github.com/hashicorp/python-tfe/pull/137)
8
+
* Updated workspace resource to include additional relationship models include AgentPool, Configuration-version, Run, Variables and State-version by @isivaselvan[#138](https://github.com/hashicorp/python-tfe/pull/138)
9
+
10
+
## Bug Fixes
11
+
* Run.read / Run.create fail with pydantic ValidationError when response has a `cost-estimate` and `comments` relationship.
12
+
13
+
# v0.1.4
14
+
15
+
## Enhancements
16
+
* Standardize Notification Configuration option models on Pydantic [#132](https://github.com/hashicorp/python-tfe/pull/132)
0 commit comments