Skip to content

Commit 9c23aab

Browse files
author
semantic-release
committed
chore: Release v3.0.0
Automatically generated by python-semantic-release.
1 parent 4ece3b6 commit 9c23aab

File tree

4 files changed

+216
-3
lines changed

4 files changed

+216
-3
lines changed

CHANGELOG.md

+213
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,219 @@
22

33

44

5+
## v3.0.0 (2025-01-14)
6+
7+
### Chores
8+
* chore(deps): Bump the github-actions-dependencies group with 4 updates ([`d01c0f2`](https://github.com/sandialabs/shell-logger/commit/d01c0f27ce7f8525f21cbfefeb81a2b2cf3dd685))
9+
10+
Bumps the github-actions-dependencies group with 4 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github/codeql-action](https://github.com/github/codeql-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).
11+
12+
13+
Updates `step-security/harden-runner` from 2.10.2 to 2.10.3
14+
- [Release notes](https://github.com/step-security/harden-runner/releases)
15+
- [Commits](https://github.com/step-security/harden-runner/compare/0080882f6c36860b6ba35c610c98ce87d4e2f26f...c95a14d0e5bab51a9f56296a4eb0e416910cd350)
16+
17+
Updates `github/codeql-action` from 3.28.0 to 3.28.1
18+
- [Release notes](https://github.com/github/codeql-action/releases)
19+
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
20+
- [Commits](https://github.com/github/codeql-action/compare/48ab28a6f5dbc2a99bf1e0131198dd8f1df78169...b6a472f63d85b9c78a3ac5e89422239fc15e9b3c)
21+
22+
Updates `actions/upload-artifact` from 4.5.0 to 4.6.0
23+
- [Release notes](https://github.com/actions/upload-artifact/releases)
24+
- [Commits](https://github.com/actions/upload-artifact/compare/6f51ac03b9356f520e9adb1b1b7802705f340c2b...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08)
25+
26+
Updates `python-semantic-release/python-semantic-release` from 9.15.2 to 9.16.1
27+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
28+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
29+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/7b3f71697ccfbaef884e1e754b6364e974b134cf...d6a3be3386441a4f3a73df1bdd57ded251941739)
30+
31+
---
32+
updated-dependencies:
33+
- dependency-name: step-security/harden-runner
34+
dependency-type: direct:production
35+
update-type: version-update:semver-patch
36+
dependency-group: github-actions-dependencies
37+
- dependency-name: github/codeql-action
38+
dependency-type: direct:production
39+
update-type: version-update:semver-patch
40+
dependency-group: github-actions-dependencies
41+
- dependency-name: actions/upload-artifact
42+
dependency-type: direct:production
43+
update-type: version-update:semver-minor
44+
dependency-group: github-actions-dependencies
45+
- dependency-name: python-semantic-release/python-semantic-release
46+
dependency-type: direct:production
47+
update-type: version-update:semver-minor
48+
dependency-group: github-actions-dependencies
49+
...
50+
51+
Signed-off-by: dependabot[bot] <support@github.com>
52+
* chore(deps): Bump the github-actions-dependencies group with 3 updates ([`a741d05`](https://github.com/sandialabs/shell-logger/commit/a741d053c4b2cc4b4497ce0335659abf15d98d92))
53+
54+
Bumps the github-actions-dependencies group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact).
55+
56+
57+
Updates `github/codeql-action` from 3.27.9 to 3.28.0
58+
- [Release notes](https://github.com/github/codeql-action/releases)
59+
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
60+
- [Commits](https://github.com/github/codeql-action/compare/df409f7d9260372bd5f19e5b04e83cb3c43714ae...48ab28a6f5dbc2a99bf1e0131198dd8f1df78169)
61+
62+
Updates `codecov/codecov-action` from 5.1.1 to 5.1.2
63+
- [Release notes](https://github.com/codecov/codecov-action/releases)
64+
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
65+
- [Commits](https://github.com/codecov/codecov-action/compare/7f8b4b4bde536c465e797be725718b88c5d95e0e...1e68e06f1dbfde0e4cefc87efeba9e4643565303)
66+
67+
Updates `actions/upload-artifact` from 4.4.3 to 4.5.0
68+
- [Release notes](https://github.com/actions/upload-artifact/releases)
69+
- [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b)
70+
71+
---
72+
updated-dependencies:
73+
- dependency-name: github/codeql-action
74+
dependency-type: direct:production
75+
update-type: version-update:semver-minor
76+
dependency-group: github-actions-dependencies
77+
- dependency-name: codecov/codecov-action
78+
dependency-type: direct:production
79+
update-type: version-update:semver-patch
80+
dependency-group: github-actions-dependencies
81+
- dependency-name: actions/upload-artifact
82+
dependency-type: direct:production
83+
update-type: version-update:semver-minor
84+
dependency-group: github-actions-dependencies
85+
...
86+
87+
Signed-off-by: dependabot[bot] <support@github.com>
88+
* chore(deps): Bump the github-actions-dependencies group with 2 updates ([`1bd8ed3`](https://github.com/sandialabs/shell-logger/commit/1bd8ed34430391aa8a7186c4658225d0f30b8edd))
89+
90+
Bumps the github-actions-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).
91+
92+
93+
Updates `github/codeql-action` from 3.27.6 to 3.27.9
94+
- [Release notes](https://github.com/github/codeql-action/releases)
95+
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
96+
- [Commits](https://github.com/github/codeql-action/compare/aa578102511db1f4524ed59b8cc2bae4f6e88195...df409f7d9260372bd5f19e5b04e83cb3c43714ae)
97+
98+
Updates `python-semantic-release/python-semantic-release` from 9.15.1 to 9.15.2
99+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
100+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
101+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/a3233795eb26b6d5167192ffd4550947d764a9b0...7b3f71697ccfbaef884e1e754b6364e974b134cf)
102+
103+
---
104+
updated-dependencies:
105+
- dependency-name: github/codeql-action
106+
dependency-type: direct:production
107+
update-type: version-update:semver-patch
108+
dependency-group: github-actions-dependencies
109+
- dependency-name: python-semantic-release/python-semantic-release
110+
dependency-type: direct:production
111+
update-type: version-update:semver-patch
112+
dependency-group: github-actions-dependencies
113+
...
114+
115+
Signed-off-by: dependabot[bot] <support@github.com>
116+
* chore(deps): Bump the github-actions-dependencies group with 4 updates ([`40bbae7`](https://github.com/sandialabs/shell-logger/commit/40bbae75a7a76d8d22d0d53ca3c9f7ce46d39d3c))
117+
118+
Bumps the github-actions-dependencies group with 4 updates: [github/codeql-action](https://github.com/github/codeql-action), [codecov/codecov-action](https://github.com/codecov/codecov-action), [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
119+
120+
121+
Updates `github/codeql-action` from 3.27.5 to 3.27.6
122+
- [Release notes](https://github.com/github/codeql-action/releases)
123+
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
124+
- [Commits](https://github.com/github/codeql-action/compare/f09c1c0a94de965c15400f5634aa42fac8fb8f88...aa578102511db1f4524ed59b8cc2bae4f6e88195)
125+
126+
Updates `codecov/codecov-action` from 5.0.7 to 5.1.1
127+
- [Release notes](https://github.com/codecov/codecov-action/releases)
128+
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
129+
- [Commits](https://github.com/codecov/codecov-action/compare/015f24e6818733317a2da2edd6290ab26238649a...7f8b4b4bde536c465e797be725718b88c5d95e0e)
130+
131+
Updates `python-semantic-release/python-semantic-release` from 9.15.0 to 9.15.1
132+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
133+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
134+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/2773f6d901a5cefed959c6ccda302ef41fed67dc...a3233795eb26b6d5167192ffd4550947d764a9b0)
135+
136+
Updates `pypa/gh-action-pypi-publish` from 1.12.2 to 1.12.3
137+
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
138+
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/15c56dba361d8335944d31a2ecd17d700fc7bcbc...67339c736fd9354cd4f8cb0b744f2b82a74b5c70)
139+
140+
---
141+
updated-dependencies:
142+
- dependency-name: github/codeql-action
143+
dependency-type: direct:production
144+
update-type: version-update:semver-patch
145+
dependency-group: github-actions-dependencies
146+
- dependency-name: codecov/codecov-action
147+
dependency-type: direct:production
148+
update-type: version-update:semver-minor
149+
dependency-group: github-actions-dependencies
150+
- dependency-name: python-semantic-release/python-semantic-release
151+
dependency-type: direct:production
152+
update-type: version-update:semver-patch
153+
dependency-group: github-actions-dependencies
154+
- dependency-name: pypa/gh-action-pypi-publish
155+
dependency-type: direct:production
156+
update-type: version-update:semver-patch
157+
dependency-group: github-actions-dependencies
158+
...
159+
160+
Signed-off-by: dependabot[bot] <support@github.com>
161+
* chore(deps): Bump python-semantic-release/python-semantic-release ([`5c005ea`](https://github.com/sandialabs/shell-logger/commit/5c005ea02c7375bf748bc65ab438693ff3e1abfb))
162+
163+
Bumps the github-actions-dependencies group with 1 update: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).
164+
165+
166+
Updates `python-semantic-release/python-semantic-release` from 9.14.0 to 9.15.0
167+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
168+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
169+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/825655a47c9f7496f99ab144d28c424d40333a8a...2773f6d901a5cefed959c6ccda302ef41fed67dc)
170+
171+
---
172+
updated-dependencies:
173+
- dependency-name: python-semantic-release/python-semantic-release
174+
dependency-type: direct:production
175+
update-type: version-update:semver-minor
176+
dependency-group: github-actions-dependencies
177+
...
178+
179+
Signed-off-by: dependabot[bot] <support@github.com>
180+
181+
### Continuous integration
182+
* ci: pre-commit auto-update ([`c73b73b`](https://github.com/sandialabs/shell-logger/commit/c73b73b959100dc48a94ecf7b38d01ca7d72d21b))
183+
184+
updates:
185+
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.1)
186+
- [github.com/gitleaks/gitleaks: v8.22.1 → v8.23.0](https://github.com/gitleaks/gitleaks/compare/v8.22.1...v8.23.0)
187+
* ci: pre-commit auto-update ([`11e8152`](https://github.com/sandialabs/shell-logger/commit/11e815298b4d2f4cb13299910a66d58e41beed7a))
188+
189+
updates:
190+
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.8.6)
191+
* ci: pre-commit auto-update ([`c776d35`](https://github.com/sandialabs/shell-logger/commit/c776d35da3ac3f5b7ffb7b3b94d894a7a6aa34f5))
192+
193+
updates:
194+
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.3...v0.8.4)
195+
- [github.com/gitleaks/gitleaks: v8.21.2 → v8.22.1](https://github.com/gitleaks/gitleaks/compare/v8.21.2...v8.22.1)
196+
* ci: pre-commit auto-update ([`0e8435a`](https://github.com/sandialabs/shell-logger/commit/0e8435a4696dfb83272b9e49e46d1fd09b4661b8))
197+
198+
updates:
199+
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.3)
200+
* ci: pre-commit auto-update ([`663563a`](https://github.com/sandialabs/shell-logger/commit/663563ae1dab428554e284c0629285f1efc0ceef))
201+
202+
updates:
203+
- [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.0...v0.8.1)
204+
205+
### Refactoring
206+
* refactor!: Rename trace module ([`105318d`](https://github.com/sandialabs/shell-logger/commit/105318d81c88e510bd444e2dccd11b74e351f8f4))
207+
208+
Ruff A005 detected that the `trace` module was shadowing a built-in. We
209+
should've noticed this years ago. This commit renames it and the
210+
classes therein so there's no confusion between what's provided by
211+
`shell-logger` vs the standard library. It also improves the parity
212+
between this module and `stats_collectors`, which improves readability
213+
and eases maintainability.
214+
215+
Note that this is a (rather unfortunate) breaking change.
216+
* refactor: Fix issue from ruff-pre-commit update ([`bd514f1`](https://github.com/sandialabs/shell-logger/commit/bd514f1fc629fc57a75bc375a80752987be3c5a8))
217+
5218
## v2.0.1 (2024-12-02)
6219

7220
### Patch

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"2024, National Technology & Engineering Solutions of Sandia, LLC (NTESS)"
1818
)
1919
author = "Josh Braun, David Collins, Jason M. Gates"
20-
version = "2.0.1"
20+
version = "3.0.0"
2121
release = version
2222

2323

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "shell-logger-sandialabs"
8-
version = "2.0.1"
8+
version = "3.0.0"
99
license = "LICENSE.md"
1010
readme = "README.md"
1111
keywords = ["shell", "logging"]

shell_logger/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .shell_logger import ShellLogger, ShellLoggerDecoder, ShellLoggerEncoder
1010

1111
__all__ = ["ShellLogger", "ShellLoggerDecoder", "ShellLoggerEncoder"]
12-
__version__ = "2.0.1"
12+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)