Skip to content

Commit bf1975e

Browse files
aidanlisterclaude
andcommitted
chore: bump version to 0.4.2
Release v0.4.2 includes dependency updates, Python 3.12/Django 5.0+ upgrade, and migration to uv. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 730dbaf commit bf1975e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/uptick/splat/compare/splat-v0.4.1...splat-v0.4.2) (2025-11-11)
4+
5+
6+
### Maintenance
7+
8+
* chore(deps): update dependencies (awscli, boto3, sentry-sdk, requests)
9+
* refactor: upgrade to Python 3.12 and Django 5.0+
10+
* refactor: migrate from pip to uv for dependency management
11+
* chore: configure Renovate for automated dependency updates
12+
313
## [0.4.1](https://github.com/uptick/splat/compare/splat-v0.4.0...splat-v0.4.1) (2025-11-03)
414

515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uptick-splat"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Django library for invoking splat"
55
authors = [
66
{ name = "william chu", email = "william.chu@uptickhq.com" }

0 commit comments

Comments
 (0)