We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e16dbf commit ee6ff63Copy full SHA for ee6ff63
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.7.10] - 2024-07-07
8
+### Changed
9
+- Update libs
10
+
11
## [0.7.9] - 2021-07-26
12
### Added
13
- Ability to run custom function before starting, thanks @mitjok https://github.com/cogini/mix_deploy/pull/14
mix.exs
@@ -2,7 +2,7 @@ defmodule MixDeploy.MixProject do
2
use Mix.Project
3
@github "https://github.com/cogini/mix_deploy"
- @version "0.8.0"
+ @version "0.7.10"
def project do
[
0 commit comments