2 parents 51e8928 + 6044c38 commit ed7ec83Copy full SHA for ed7ec83
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## 0.2.9
14
15
### Changed
src/buoy.app.src
@@ -7,5 +7,5 @@
{maintainers, ["Louis-Philippe Gauthier"]},
{mod, {buoy_app, []}},
{registered, []},
- {vsn, "0.2.9"}
+ {vsn, "0.2.10"}
]}.
0 commit comments