Skip to content

Commit e23506a

Browse files
authored
Merge pull request #26 from uptick/release-please--branches--master--components--splat
chore(master): release splat 0.2.0
2 parents 509238f + 96f768b commit e23506a

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.8"
2+
".": "0.2.0"
33
}

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/uptick/splat/compare/splat-v0.1.8...splat-v0.2.0) (2024-11-21)
4+
5+
6+
### Features
7+
8+
* add ./splat_cli helper script ([4d3f3fc](https://github.com/uptick/splat/commit/4d3f3fc458941e04efb8a7e2e58ad15076dea1e9))
9+
* add pdf_from_html_without_s3 mode to generate pdfs without an s3 bucket ([1f7764e](https://github.com/uptick/splat/commit/1f7764efa983e59436f0943b59cf296dacdee15e))
10+
* add playwright rendering ([3821f92](https://github.com/uptick/splat/commit/3821f92e5f022370d16f7a212cdde3551d7c42a5))
11+
* add py.typed ([5e34086](https://github.com/uptick/splat/commit/5e340862e443f7633da3660107ab3522adcd335f))
12+
* allow html_key path to be configured ([1401af8](https://github.com/uptick/splat/commit/1401af88028d4968cb85a6520e3372c64f581d7e))
13+
* **docker:** Add initial dockerfile ([b2f20ae](https://github.com/uptick/splat/commit/b2f20aefa6dd2a50e0d50b8c65fed5374cc200a8))
14+
* **docs:** update documentation with configure_splat usage ([a56d8ea](https://github.com/uptick/splat/commit/a56d8ea44dcc83bdc426f3fa98d955b1936f3879))
15+
* **playwright:** add browser launch kwargs ([d8bf769](https://github.com/uptick/splat/commit/d8bf769442cbd53925da8b75b3814f951c58ee22))
16+
* **playwright:** add context variables to playwright ([57eca5d](https://github.com/uptick/splat/commit/57eca5db09ff8f73c7ab0e99a23d791c8bae53a1))
17+
* **playwright:** add papersize argument ([6a70de6](https://github.com/uptick/splat/commit/6a70de6d6bcef3e3fdc6cf1afb75d833a79578a9))
18+
* **playwright:** pdf options aren't str,str ([9bb5a32](https://github.com/uptick/splat/commit/9bb5a323c6ddc1e1a1ea5e5d7edbb9ce7e63a3f4))
19+
* **playwright:** switch to configurable options ([e24c4c8](https://github.com/uptick/splat/commit/e24c4c842edaf586019d8ab0a71bc5863bce45fb))
20+
* **splat:** add uptick_splat library ([00b2db0](https://github.com/uptick/splat/commit/00b2db04f639d2caec0d2356bfe1b467ec089bd6))
21+
22+
23+
### Bug Fixes
24+
25+
* fix the types ([1b063b6](https://github.com/uptick/splat/commit/1b063b6a20fa1dada98f07f01868c72a546f7785))
26+
* **playwright:** fix papersize argument ([6302389](https://github.com/uptick/splat/commit/6302389094c2d3e0bffb45f663e061400a4d5e1b))
27+
* **splat:** update read timeout to 15 minutes ([95a1706](https://github.com/uptick/splat/commit/95a1706f40e2f1b71f5dc331f7a0efa5b7be3086))
28+
* **splat:** wipe tmp directory after run ([5ebee41](https://github.com/uptick/splat/commit/5ebee419bff46a9c8569c33f2dcd8690d3a5bcbf))
29+
30+
31+
### Documentation
32+
33+
* improve documentation ([b771ca9](https://github.com/uptick/splat/commit/b771ca984e24ea9c16e8a6fa20e374633fea9b97))
34+
* include local dev instructions ([5396853](https://github.com/uptick/splat/commit/5396853ee7d8e258bec7abb45cdd28b77488c4d6))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "uptick-splat"
3-
version = "0.1.8"
3+
version = "0.2.0"
44
description = "Django library for invoking splat"
55
authors = ["william chu <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)