Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
b6e962a
chore: [gh] version bumps in .pre-commit-config.yaml [skip ci]
actions-user Aug 7, 2024
c101ae1
Merge branch 'main' into next
actions-user Sep 1, 2024
18b7947
Merge branch 'main' into next
actions-user Sep 1, 2024
7e25782
Merge branch 'main' into next
actions-user Sep 1, 2024
7dacc75
Merge branch 'main' into next
actions-user Sep 1, 2024
54f3d83
Merge branch 'main' into next
actions-user Sep 1, 2024
dbe5dda
Merge branch 'main' into next
actions-user Sep 1, 2024
72760bb
Merge branch 'main' into next
actions-user Sep 1, 2024
97a3354
Merge branch 'main' into next
actions-user Sep 1, 2024
3cff6e7
Merge branch 'main' into next
actions-user Sep 17, 2024
93204c8
Merge branch 'main' into next
actions-user Sep 17, 2024
1236de7
chore: [gh] version bumps in .pre-commit-config.yaml [skip ci]
actions-user Sep 17, 2024
135c7c0
chore: [gh] version bumps in .pre-commit-config.yaml [skip ci]
actions-user Sep 25, 2024
aad7084
Merge branch 'main' into next
actions-user Oct 1, 2024
0147ecd
Merge branch 'main' into next
actions-user Oct 1, 2024
34028c2
Merge branch 'main' into next
actions-user Oct 1, 2024
9c57ba5
Merge branch 'main' into next
actions-user Oct 1, 2024
bd3b235
Merge branch 'main' into next
actions-user Oct 1, 2024
c07f78c
Merge branch 'main' into next
actions-user Oct 1, 2024
0fad042
Merge branch 'main' into next
actions-user Oct 1, 2024
2b1bd1d
Merge branch 'main' into next
actions-user Oct 1, 2024
3592aad
Merge branch 'main' into next
actions-user Oct 1, 2024
e033e3d
Merge branch 'main' into next
actions-user Oct 1, 2024
d8994c2
Merge branch 'main' into next
actions-user Oct 1, 2024
7f36913
Merge branch 'main' into next
actions-user Nov 1, 2024
af1fdac
Merge branch 'main' into next
actions-user Nov 1, 2024
4f72aae
Merge branch 'main' into next
actions-user Nov 1, 2024
badcaa7
Merge branch 'main' into next
actions-user Nov 1, 2024
79c760f
Merge branch 'main' into next
actions-user Nov 1, 2024
502b681
Merge branch 'main' into next
actions-user Nov 1, 2024
a6f838c
Merge branch 'main' into next
actions-user Nov 1, 2024
8d2c819
Merge branch 'main' into next
actions-user Nov 1, 2024
e35d46d
Merge branch 'main' into next
actions-user Nov 1, 2024
57a47dc
Merge branch 'main' into next
actions-user Nov 1, 2024
249038d
chore: [gh] Update __version__.py to 0.2.14-next.1 [skip ci]
actions-user Nov 1, 2024
7ad55eb
Merge branch 'main' into next
actions-user Nov 7, 2024
6435a1b
Merge branch 'main' into next
actions-user Dec 1, 2024
cbdb898
Merge branch 'main' into next
actions-user Dec 1, 2024
f570a09
Merge branch 'main' into next
actions-user Dec 1, 2024
71517c8
Merge branch 'main' into next
actions-user Dec 1, 2024
7f4ded8
Merge branch 'main' into next
actions-user Dec 1, 2024
8776cb6
chore: version bumps
lpm0073 Dec 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/precommitVersionBumps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
node-version: "20.9.0"

- name: Install npm dev dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Update .pre-commit-config.yaml
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semanticVersionBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
node-version: "20.9.0"

- name: Install npm dev dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Get current version
# step 1
Expand Down
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["--ignore-words=codespell.txt"]
exclude: 'codespell.txt|\.svg$'
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
Expand All @@ -33,12 +33,12 @@ repos:
language: script
types: [python]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.8.0
hooks:
- id: bandit
args: ["-ll"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# See https://pre-commit.com/hooks.html for more hooks
#- id: check-added-large-files
Expand All @@ -61,7 +61,7 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.16.0
rev: v9.19.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down
20 changes: 8 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,30 @@
## [0.2.14](https://github.com/FullStackWithLawrence/aws-rekognition/compare/v0.2.13...v0.2.14) (2024-11-01)


### Bug Fixes

* force a new release ([447434a](https://github.com/FullStackWithLawrence/aws-rekognition/commit/447434a5b76786da538bfff28e5e4ebdadfd31bc))
* force a new release ([ef14fd2](https://github.com/FullStackWithLawrence/aws-rekognition/commit/ef14fd2c097c1d6dd79dd002b8ec2fb35a3feb30))
- force a new release ([447434a](https://github.com/FullStackWithLawrence/aws-rekognition/commit/447434a5b76786da538bfff28e5e4ebdadfd31bc))
- force a new release ([ef14fd2](https://github.com/FullStackWithLawrence/aws-rekognition/commit/ef14fd2c097c1d6dd79dd002b8ec2fb35a3feb30))

## [0.2.13](https://github.com/FullStackWithLawrence/aws-rekognition/compare/v0.2.12...v0.2.13) (2024-08-01)


### Bug Fixes

* force a new release ([337ed44](https://github.com/FullStackWithLawrence/aws-rekognition/commit/337ed44efceb368a7a3721590243a46ba78edc90))
* force a new release ([24edc1c](https://github.com/FullStackWithLawrence/aws-rekognition/commit/24edc1c900f8af11566f7dce6f12405307877311))
- force a new release ([337ed44](https://github.com/FullStackWithLawrence/aws-rekognition/commit/337ed44efceb368a7a3721590243a46ba78edc90))
- force a new release ([24edc1c](https://github.com/FullStackWithLawrence/aws-rekognition/commit/24edc1c900f8af11566f7dce6f12405307877311))

## [0.2.12](https://github.com/FullStackWithLawrence/aws-rekognition/compare/v0.2.11...v0.2.12) (2023-12-30)


### Bug Fixes

* add console logging when running inside of github actions. add init_info property ([56e3550](https://github.com/FullStackWithLawrence/aws-rekognition/commit/56e35503bf237817811a71191c5fabf5718705ab))
* echo IAM username ([fe59281](https://github.com/FullStackWithLawrence/aws-rekognition/commit/fe592816467c64f873ed95b6aebdbbb42df75573))
- add console logging when running inside of github actions. add init_info property ([56e3550](https://github.com/FullStackWithLawrence/aws-rekognition/commit/56e35503bf237817811a71191c5fabf5718705ab))
- echo IAM username ([fe59281](https://github.com/FullStackWithLawrence/aws-rekognition/commit/fe592816467c64f873ed95b6aebdbbb42df75573))

## [0.2.11](https://github.com/FullStackWithLawrence/aws-rekognition/compare/v0.2.10...v0.2.11) (2023-12-23)


### Bug Fixes

* add Services class to control which services are enabled and should be tested ([c217965](https://github.com/FullStackWithLawrence/aws-rekognition/commit/c21796533a2b7a4c37bc61a0b42a0a82241d84d1))
* raise error if a disabled client setter is called ([8de3c2c](https://github.com/FullStackWithLawrence/aws-rekognition/commit/8de3c2c7cd70676c80314f8bab810eb55c24552e))
- add Services class to control which services are enabled and should be tested ([c217965](https://github.com/FullStackWithLawrence/aws-rekognition/commit/c21796533a2b7a4c37bc61a0b42a0a82241d84d1))
- raise error if a disabled client setter is called ([8de3c2c](https://github.com/FullStackWithLawrence/aws-rekognition/commit/8de3c2c7cd70676c80314f8bab810eb55c24552e))

## [0.2.10](https://github.com/FullStackWithLawrence/aws-rekognition/compare/v0.2.9...v0.2.10) (2023-12-22)

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ codespell==2.3.0

# project dependencies
# ------------
boto3==1.35.71
botocore==1.34.151
boto3>=1.35.71
botocore>=1.35.76
python-dotenv==1.0.1
pydantic==2.8.2
pydantic-settings==2.6.1
Expand Down
2 changes: 1 addition & 1 deletion terraform/python/rekognition_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# DO NOT EDIT.
# Managed via automated CI/CD in .github/workflows/semanticVersionBump.yml.
__version__ = "0.2.13-next.1"
__version__ = "0.2.14-next.1"
Loading