Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and semantic-release (via Github actions) committed Nov 11, 2021
1 parent e8fa012 commit e7e9a9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Changelog

<!--next-version-placeholder-->
<!--next-version-placeholder-->

## v0.1.0 (2021-11-11)
### Feature
* Add changelog marker for semantic release. ([`8905afd`](https://github.com/IBM/compliance-trestle-fedramp/commit/8905afd00493124ed5f32c79966a87cdf568ae48))
* Initial CI setup. ([`6271821`](https://github.com/IBM/compliance-trestle-fedramp/commit/62718215d45a5f07e1a07395077c27a486e924e3))

### Fix
* Setting floor coverage to 0 ([`d32cac4`](https://github.com/IBM/compliance-trestle-fedramp/commit/d32cac48f7dc47fe98ffb303ba56bdf4fb00c34a))
* Correcting PR linting pipeline ([`0600f2a`](https://github.com/IBM/compliance-trestle-fedramp/commit/0600f2ac046eba518f9c0a0c9c67eeb2a6f9ab2a))
* Adding bdist test scripts. ([`f84e1bf`](https://github.com/IBM/compliance-trestle-fedramp/commit/f84e1bf42c1051a10f403b675ccd001b74723b2e))
* Correcting mdformat. ([`f3b8c18`](https://github.com/IBM/compliance-trestle-fedramp/commit/f3b8c18619201889137683113f0b6ff4055b09d5))
2 changes: 1 addition & 1 deletion trestle_fedramp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
"""trestle_fedramp an extension to compliance trestle for functionality specific to the FedRAMP program."""

__version__ = '0.0.0'
__version__ = '0.1.0'

0 comments on commit e7e9a9b

Please sign in to comment.