Skip to content

Commit ee6ff63

Browse files
committed
Release 0.7.10
1 parent 0e16dbf commit ee6ff63

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.10] - 2024-07-07
8+
### Changed
9+
- Update libs
10+
711
## [0.7.9] - 2021-07-26
812
### Added
913
- Ability to run custom function before starting, thanks @mitjok https://github.com/cogini/mix_deploy/pull/14

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule MixDeploy.MixProject do
22
use Mix.Project
33

44
@github "https://github.com/cogini/mix_deploy"
5-
@version "0.8.0"
5+
@version "0.7.10"
66

77
def project do
88
[

0 commit comments

Comments
 (0)