Skip to content

Commit ed7ec83

Browse files
authored
Merge pull request #39 from lpgauth/chore/bump-0.2.10
Bump version to 0.2.10
2 parents 51e8928 + 6044c38 commit ed7ec83

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

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.2.10
4+
5+
### Changed
6+
7+
- Upgrade foil to 0.1.6 and shackle to 0.7.3 (pulls in knot 0.1.2
8+
transitively).
9+
- Replace the cowboy eunit HTTP fixture with a small gen_tcp server;
10+
buoy no longer has any test-profile deps.
11+
- Remove fprofx profile tooling.
12+
313
## 0.2.9
414

515
### Changed

src/buoy.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
{maintainers, ["Louis-Philippe Gauthier"]},
88
{mod, {buoy_app, []}},
99
{registered, []},
10-
{vsn, "0.2.9"}
10+
{vsn, "0.2.10"}
1111
]}.

0 commit comments

Comments
 (0)