Skip to content

Commit deb3d1c

Browse files
committed
Release actix-prerender v0.1.0
1 parent 6882c07 commit deb3d1c

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## v0.1.0 (2022-03-02)
9+
10+
### New Features
11+
12+
- <csr-id-5688e910133f52e2a5133ee944bf047707a53021/> more work, improved inner ergonomics, added error types
13+
14+
- <csr-id-e1ce74e632eff7e472e84aa74925b461a68da472/> rustfmt file
15+
16+
- <csr-id-e885d20622751c17db4ef08c56a858fd5501857e/> first commit
17+
18+
19+
### Bug Fixes
20+
21+
- <csr-id-ae353aa4753ffeccc2984db7420a3a2b13ff6201/> now working properly by changing BoxBody -> EitherBody
22+
23+
24+
### Commit Statistics
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
- 7 commits contributed to the release.
29+
- 5 commits where understood as [conventional](https://www.conventionalcommits.org).
30+
- 0 issues like '(#ID)' where seen in commit messages
31+
32+
### Commit Details
33+
34+
<csr-read-only-do-not-edit/>
35+
36+
<details><summary>view details</summary>
37+
38+
* **Uncategorized**
39+
- now working properly by changing BoxBody -> EitherBody ([`ae353aa`](https://github.comgit//saskenuba/actix-prerender/commit/ae353aa4753ffeccc2984db7420a3a2b13ff6201))
40+
- cleanup, feat: refactored into multiple modules, export builders ([`7cee715`](https://github.comgit//saskenuba/actix-prerender/commit/7cee715fba5979c8020c855a7c5807e56b2d1426))
41+
- more work, improved inner ergonomics, added error types ([`5688e91`](https://github.comgit//saskenuba/actix-prerender/commit/5688e910133f52e2a5133ee944bf047707a53021))
42+
- rustfmt file ([`e1ce74e`](https://github.comgit//saskenuba/actix-prerender/commit/e1ce74e632eff7e472e84aa74925b461a68da472))
43+
- added basic skeleton of Service and Transform to ... ([`d8a1dd7`](https://github.comgit//saskenuba/actix-prerender/commit/d8a1dd73c427f0ba016436b9a598e8560190ad7b))
44+
- Create ci.yml ([`b4906cd`](https://github.comgit//saskenuba/actix-prerender/commit/b4906cd70290d65fa2a585c15eb249a6139ac6e7))
45+
- first commit ([`e885d20`](https://github.comgit//saskenuba/actix-prerender/commit/e885d20622751c17db4ef08c56a858fd5501857e))
46+
</details>
47+

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ url = "2"
2020

2121
[dev-dependencies]
2222
actix-web = { version = "4", default_features = false, features = ["macros"] }
23-
env_logger = "0.9"
23+
env_logger = "0.9"

0 commit comments

Comments
 (0)