Skip to content

Commit 0857a37

Browse files
committed
Release version 0.45.0
1 parent 585af4c commit 0857a37

File tree

2 files changed

+249
-2
lines changed

2 files changed

+249
-2
lines changed

CHANGES.rst

Lines changed: 248 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,257 @@
11
Changelog
22
=========
33

4-
0.44.1 (2023-12-09)
4+
0.45.0 (2024-01-29)
55
-------------------
66
------------------------
77

8+
Fix
9+
~~~
10+
- Catch 404s for non-existing hooks. Fixes #176. [Moritz Federspiel]
11+
- Ensure wheel is installed. [Jose Diaz-Gonzalez]
12+
13+
Other
14+
~~~~~
15+
- Fix code style. [BrOleg5]
16+
- Add option to skip prerelease versions. [BrOleg5]
17+
18+
Replace release sorting by tag with release sorting by creation date.
19+
- Add option to include certain number of the latest releases. [BrOleg5]
20+
- Auto docker build. [8cH9azbsFifZ]
21+
- Vs code. [8cH9azbsFifZ]
22+
- Chore(deps): bump the python-packages group with 6 updates.
23+
[dependabot[bot]]
24+
25+
Bumps the python-packages group with 6 updates:
26+
27+
| Package | From | To |
28+
| --- | --- | --- |
29+
| [black](https://github.com/psf/black) | `23.11.0` | `24.1.0` |
30+
| [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.0.0` |
31+
| [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.0` | `7.0.1` |
32+
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.1.0` | `10.2.0` |
33+
| [pathspec](https://github.com/cpburnz/python-pathspec) | `0.11.2` | `0.12.1` |
34+
| [pyflakes](https://github.com/PyCQA/pyflakes) | `3.1.0` | `3.2.0` |
35+
36+
37+
Updates `black` from 23.11.0 to 24.1.0
38+
- [Release notes](https://github.com/psf/black/releases)
39+
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
40+
- [Commits](https://github.com/psf/black/compare/23.11.0...24.1.0)
41+
42+
Updates `flake8` from 6.1.0 to 7.0.0
43+
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)
44+
45+
Updates `importlib-metadata` from 7.0.0 to 7.0.1
46+
- [Release notes](https://github.com/python/importlib_metadata/releases)
47+
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
48+
- [Commits](https://github.com/python/importlib_metadata/compare/v7.0.0...v7.0.1)
49+
50+
Updates `more-itertools` from 10.1.0 to 10.2.0
51+
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
52+
- [Commits](https://github.com/more-itertools/more-itertools/compare/v10.1.0...v10.2.0)
53+
54+
Updates `pathspec` from 0.11.2 to 0.12.1
55+
- [Release notes](https://github.com/cpburnz/python-pathspec/releases)
56+
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst)
57+
- [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.11.2...v0.12.1)
58+
59+
Updates `pyflakes` from 3.1.0 to 3.2.0
60+
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
61+
- [Commits](https://github.com/PyCQA/pyflakes/compare/3.1.0...3.2.0)
62+
63+
---
64+
updated-dependencies:
65+
- dependency-name: black
66+
dependency-type: direct:production
67+
update-type: version-update:semver-major
68+
dependency-group: python-packages
69+
- dependency-name: flake8
70+
dependency-type: direct:production
71+
update-type: version-update:semver-major
72+
dependency-group: python-packages
73+
- dependency-name: importlib-metadata
74+
dependency-type: direct:production
75+
update-type: version-update:semver-patch
76+
dependency-group: python-packages
77+
- dependency-name: more-itertools
78+
dependency-type: direct:production
79+
update-type: version-update:semver-minor
80+
dependency-group: python-packages
81+
- dependency-name: pathspec
82+
dependency-type: direct:production
83+
update-type: version-update:semver-minor
84+
dependency-group: python-packages
85+
- dependency-name: pyflakes
86+
dependency-type: direct:production
87+
update-type: version-update:semver-minor
88+
dependency-group: python-packages
89+
...
90+
- Chore(deps): bump the python-packages group with 15 updates.
91+
[dependabot[bot]]
92+
93+
Bumps the python-packages group with 15 updates:
94+
95+
| Package | From | To |
96+
| --- | --- | --- |
97+
| [bleach](https://github.com/mozilla/bleach) | `6.0.0` | `6.1.0` |
98+
| [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2023.11.17` |
99+
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.1.0` | `3.3.2` |
100+
| [idna](https://github.com/kjd/idna) | `3.4` | `3.6` |
101+
| [importlib-metadata](https://github.com/python/importlib_metadata) | `6.6.0` | `7.0.0` |
102+
| [jaraco-classes](https://github.com/jaraco/jaraco.classes) | `3.2.3` | `3.3.0` |
103+
| [keyring](https://github.com/jaraco/keyring) | `23.13.1` | `24.3.0` |
104+
| [markdown-it-py](https://github.com/executablebooks/markdown-it-py) | `2.2.0` | `3.0.0` |
105+
| [more-itertools](https://github.com/more-itertools/more-itertools) | `9.1.0` | `10.1.0` |
106+
| [pygments](https://github.com/pygments/pygments) | `2.15.1` | `2.17.2` |
107+
| [readme-renderer](https://github.com/pypa/readme_renderer) | `37.3` | `42.0` |
108+
| [rich](https://github.com/Textualize/rich) | `13.3.5` | `13.7.0` |
109+
| [tqdm](https://github.com/tqdm/tqdm) | `4.65.0` | `4.66.1` |
110+
| [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.1.0` |
111+
| [zipp](https://github.com/jaraco/zipp) | `3.15.0` | `3.17.0` |
112+
113+
114+
Updates `bleach` from 6.0.0 to 6.1.0
115+
- [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES)
116+
- [Commits](https://github.com/mozilla/bleach/compare/v6.0.0...v6.1.0)
117+
118+
Updates `certifi` from 2023.7.22 to 2023.11.17
119+
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2023.11.17)
120+
121+
Updates `charset-normalizer` from 3.1.0 to 3.3.2
122+
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
123+
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
124+
- [Commits](https://github.com/Ousret/charset_normalizer/compare/3.1.0...3.3.2)
125+
126+
Updates `idna` from 3.4 to 3.6
127+
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
128+
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.6)
129+
130+
Updates `importlib-metadata` from 6.6.0 to 7.0.0
131+
- [Release notes](https://github.com/python/importlib_metadata/releases)
132+
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
133+
- [Commits](https://github.com/python/importlib_metadata/compare/v6.6.0...v7.0.0)
134+
135+
Updates `jaraco-classes` from 3.2.3 to 3.3.0
136+
- [Release notes](https://github.com/jaraco/jaraco.classes/releases)
137+
- [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst)
138+
- [Commits](https://github.com/jaraco/jaraco.classes/compare/v3.2.3...v3.3.0)
139+
140+
Updates `keyring` from 23.13.1 to 24.3.0
141+
- [Release notes](https://github.com/jaraco/keyring/releases)
142+
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
143+
- [Commits](https://github.com/jaraco/keyring/compare/v23.13.1...v24.3.0)
144+
145+
Updates `markdown-it-py` from 2.2.0 to 3.0.0
146+
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases)
147+
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md)
148+
- [Commits](https://github.com/executablebooks/markdown-it-py/compare/v2.2.0...v3.0.0)
149+
150+
Updates `more-itertools` from 9.1.0 to 10.1.0
151+
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
152+
- [Commits](https://github.com/more-itertools/more-itertools/compare/v9.1.0...v10.1.0)
153+
154+
Updates `pygments` from 2.15.1 to 2.17.2
155+
- [Release notes](https://github.com/pygments/pygments/releases)
156+
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
157+
- [Commits](https://github.com/pygments/pygments/compare/2.15.1...2.17.2)
158+
159+
Updates `readme-renderer` from 37.3 to 42.0
160+
- [Release notes](https://github.com/pypa/readme_renderer/releases)
161+
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
162+
- [Commits](https://github.com/pypa/readme_renderer/compare/37.3...42.0)
163+
164+
Updates `rich` from 13.3.5 to 13.7.0
165+
- [Release notes](https://github.com/Textualize/rich/releases)
166+
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
167+
- [Commits](https://github.com/Textualize/rich/compare/v13.3.5...v13.7.0)
168+
169+
Updates `tqdm` from 4.65.0 to 4.66.1
170+
- [Release notes](https://github.com/tqdm/tqdm/releases)
171+
- [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.1)
172+
173+
Updates `urllib3` from 2.0.7 to 2.1.0
174+
- [Release notes](https://github.com/urllib3/urllib3/releases)
175+
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
176+
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.1.0)
177+
178+
Updates `zipp` from 3.15.0 to 3.17.0
179+
- [Release notes](https://github.com/jaraco/zipp/releases)
180+
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
181+
- [Commits](https://github.com/jaraco/zipp/compare/v3.15.0...v3.17.0)
182+
183+
---
184+
updated-dependencies:
185+
- dependency-name: bleach
186+
dependency-type: direct:production
187+
update-type: version-update:semver-minor
188+
dependency-group: python-packages
189+
- dependency-name: certifi
190+
dependency-type: direct:production
191+
update-type: version-update:semver-minor
192+
dependency-group: python-packages
193+
- dependency-name: charset-normalizer
194+
dependency-type: direct:production
195+
update-type: version-update:semver-minor
196+
dependency-group: python-packages
197+
- dependency-name: idna
198+
dependency-type: direct:production
199+
update-type: version-update:semver-minor
200+
dependency-group: python-packages
201+
- dependency-name: importlib-metadata
202+
dependency-type: direct:production
203+
update-type: version-update:semver-major
204+
dependency-group: python-packages
205+
- dependency-name: jaraco-classes
206+
dependency-type: direct:production
207+
update-type: version-update:semver-minor
208+
dependency-group: python-packages
209+
- dependency-name: keyring
210+
dependency-type: direct:production
211+
update-type: version-update:semver-major
212+
dependency-group: python-packages
213+
- dependency-name: markdown-it-py
214+
dependency-type: direct:production
215+
update-type: version-update:semver-major
216+
dependency-group: python-packages
217+
- dependency-name: more-itertools
218+
dependency-type: direct:production
219+
update-type: version-update:semver-major
220+
dependency-group: python-packages
221+
- dependency-name: pygments
222+
dependency-type: direct:production
223+
update-type: version-update:semver-minor
224+
dependency-group: python-packages
225+
- dependency-name: readme-renderer
226+
dependency-type: direct:production
227+
update-type: version-update:semver-major
228+
dependency-group: python-packages
229+
- dependency-name: rich
230+
dependency-type: direct:production
231+
update-type: version-update:semver-minor
232+
dependency-group: python-packages
233+
- dependency-name: tqdm
234+
dependency-type: direct:production
235+
update-type: version-update:semver-minor
236+
dependency-group: python-packages
237+
- dependency-name: urllib3
238+
dependency-type: direct:production
239+
update-type: version-update:semver-minor
240+
dependency-group: python-packages
241+
- dependency-name: zipp
242+
dependency-type: direct:production
243+
update-type: version-update:semver-minor
244+
dependency-group: python-packages
245+
...
246+
- Chore: format python code. [Jose Diaz-Gonzalez]
247+
- Chore: format yaml. [Jose Diaz-Gonzalez]
248+
- Chore: update gitignore. [Jose Diaz-Gonzalez]
249+
- Feat: add dependabot config to repository. [Jose Diaz-Gonzalez]
250+
251+
252+
0.44.1 (2023-12-09)
253+
-------------------
254+
8255
Fix
9256
~~~
10257
- Use a deploy key to push tags so releases get auto-created. [Jose

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.44.1"
1+
__version__ = "0.45.0"

0 commit comments

Comments
 (0)