Skip to content

Commit

Permalink
publish v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
milmazz committed Sep 26, 2024
1 parent 53ada37 commit abe5171
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ 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).

## v0.6.1 (2024-09-26)

### Enhancements

* Update Elixir/OTP version, minor refactorings
* Improve test suite to use `tmp_dir` tag and avoid flaky tests
* Validate modification dates

## v0.6.0 (2019-03-30)

### Enhancements

* Add CLI interface

## v0.5.1 (2019-03-24)
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 BUPE.Mixfile do
use Mix.Project

@source_url "https://github.com/milmazz/bupe"
@version "0.6.1-dev"
@version "0.6.1"

def project do
[
Expand Down

0 comments on commit abe5171

Please sign in to comment.