Skip to content

Commit

Permalink
Increase version and tag it in Coverage.md on the route that are now …
Browse files Browse the repository at this point in the history
…supported
  • Loading branch information
mnivet committed Sep 3, 2021
1 parent 978bb6d commit c02456b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,17 @@ The organization of all that routes may slightly differ in the SharpBucket class

##### [Deployments Config Environments Variables Resource](https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/deployments_config/environments/%7Benvironment_uuid%7D/variables)
- repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables `GET`
- Implemented: yes
- Tested: no
- Implemented: yes *V0.16.0*
- Tested: **yes**
- repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables `POST`
- Implemented: yes
- Tested: no
- Implemented: yes *V0.16.0*
- Tested: **yes**
- repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables/{variable_uuid} `PUT`
- Implemented: yes
- Tested: no
- Implemented: yes *V0.16.0*
- Tested: **yes**
- repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables/{variable_uuid} `DELETE`
- Implemented: yes
- Tested: no
- Implemented: yes *V0.16.0*
- Tested: **yes**

### [Diff resource](https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/diff)
- /repositories/{workspace}/{repo_slug}/diff/{spec} `GET`
Expand Down Expand Up @@ -272,16 +272,16 @@ The organization of all that routes may slightly differ in the SharpBucket class

### [Environments resource](https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/environments)
- /repositories/{workspace}/{repo_slug}/environments/ `GET`
- Implemented: yes
- Implemented: yes *V0.16.0*
- Tested: **yes**
- /repositories/{workspace}/{repo_slug}/environments/ `POST`
- Implemented: yes
- Implemented: yes *V0.16.0*
- Tested: **yes**
- /repositories/{workspace}/{repo_slug}/environments/{environment_uuid} `GET`
- Implemented: yes
- Implemented: yes *V0.16.0*
- Tested: **yes**
- /repositories/{workspace}/{repo_slug}/environments/{environment_uuid} `DELETE`
- Implemented: yes
- Implemented: yes *V0.16.0*
- Tested: **yes**
- /repositories/{workspace}/{repo_slug}/environments/{environment_uuid}/changes/ `POST`
- Implemented by: none
Expand Down
2 changes: 1 addition & 1 deletion SharpBucket/SharpBucket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<TargetFrameworks>net452;netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Version>0.15.0</Version>
<Version>0.16.0</Version>
<Authors>Mitja Bezenšek, Mickaël Nivet</Authors>
<Company>Mitja Bezenšek</Company>
<Product>SharpBucket</Product>
Expand Down

0 comments on commit c02456b

Please sign in to comment.