Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed May 29, 2024
1 parent fa5c6b3 commit b9a382b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2024-05-29
### Changed
- Allow setting app name in config and set sane default for umbrella apps,
thanks to @probably-not
- Update library versions
- Add static checks
- Add GitHub Actions CI

## [0.7.5] - 2020-10-07
### Changed
- Update dialyxir version

## [0.7.4] - 2020-10-07
### Changed
- Make output_dir overridable from config, thanks to yuchunc
- Make output_dir overridable from config, thanks to @yuchunc
- Update dependencies for Elixir 1.11

## [0.7.3] - 2020-02-25
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule MixSystemd.MixProject do
use Mix.Project

@github "https://github.com/cogini/mix_systemd"
@version "0.7.6"
@version "0.8.0"

def project do
[
Expand Down

0 comments on commit b9a382b

Please sign in to comment.