Skip to content

Commit 2a4724f

Browse files
author
CI asbru
committed
0.0.11
1 parent 688b72b commit 2a4724f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.11]
11+
1012
### Fix
1113

12-
- Add env variable for PORT, Should fix dockerfile for heroku
14+
- Add env variable for PORT, Should fix dockerfile for heroku
1315

1416
## [0.0.10]
1517

@@ -81,7 +83,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8183

8284
- Boot repo
8385

84-
[Unreleased]: https://github.com/Miaxos/asbru/compare/v0.0.10...HEAD
86+
[Unreleased]: https://github.com/Miaxos/asbru/compare/v0.0.11...HEAD
87+
88+
[0.0.11]: https://github.com/Miaxos/asbru/compare/v0.0.10...v0.0.11
8589

8690
[0.0.10]: https://github.com/Miaxos/asbru/compare/v0.0.9...v0.0.10
8791

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asbru"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
authors = ["Anthony Griffon <anthony@griffon.one>"]
55
description = "A Data-oriented service mesh generator"
66
readme = "README.md"

0 commit comments

Comments
 (0)