FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a4cbc4ac authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

Merge branch 'release-it--main' into 'main'

chore(release): 1.1.0

See merge request !14
parents 26080a15 d1b127f7
No related branches found
Tags 1.1.0
1 merge request!14chore(release): 1.1.0
Pipeline #610534 passed
# Changelog
## [1.1.0](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/compare/1.0.3...1.1.0) (2024-09-25)
### Features
* add a basic test suite ([e566169](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/e56616902c9a0f467c161f0ae3b9c88aa1e0f258))
* add stub testing infrastructure ([12ef6e6](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/12ef6e6f7e6cbca83132726c16951efd18441df9))
* allow test suites to show full tracebacks ([944e146](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/944e146fdf3d4c148a9a0cd815b55cd09002e78e))
* mark code as compatible with earlier Pythons ([6d50214](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/6d50214bb272dfc3e497cc871a7ca683285c8a9a))
### Bug Fixes
* add Python 3.9 compatibility ([eca5b53](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/eca5b539d66499cc40d87a3099cbd1609fb68a59))
## [1.0.3](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/compare/1.0.2...1.0.3) (2024-09-25)
......
[tool.poetry]
name = "aws-helper"
version = "1.0.3"
version = "1.1.0"
description = "Utility to allow easy access to the AWS console and CLI tools"
authors = [
"University of Cambridge Information Services <devops@uis.cam.ac.uk>"
......@@ -25,10 +25,13 @@ pytest = "^8.3.3"
pytest-cov = "^5.0.0"
coverage = "^7.6.1"
tox = "^4.20.0"
moto = {version = "^5.0.15", extras = ["sts"]}
faker = "^29.0.0"
responses = "^0.25.3"
[tool.poetry.group.dev.dependencies.moto]
version = "^5.0.15"
extras = [ "sts" ]
[tool.mypy]
ignore_missing_imports = true
......@@ -38,9 +41,9 @@ line-length = 99
[tool.isort]
profile = "black"
[tool.coverage.run]
source = [ "aws_helper" ]
[build-system]
requires = [ "poetry-core" ]
build-backend = "poetry.core.masonry.api"
[tool.coverage.run]
source = ["aws_helper"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment