Skip to content

Commit aacefb4

Browse files
committed
Bump version to 1.13.0
1 parent e32a6bb commit aacefb4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.13.0 (unreleased)
3+
## v1.13.0
44

55
* Add support for Elixir 1.18. Drop support for Elixir 1.15. Elixir >= 1.16 is now required. Dropping support for older versions of Elixir simply means that this package is no longer tested with them in CI, and that compatibility issues are not considered bugs.
66
* Drop support for Erlang/OTP 24, and Erlang/OTP >= 25 is now required. Dropping support for older versions of Erlang/OTP simply means that this package is not tested with them in CI, and that no compatibility issues are considered bugs.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Mix Tests](https://github.com/tompave/fun_with_flags/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/tompave/fun_with_flags/actions/workflows/test.yml?query=branch%3Amaster)
44
[![Code Quality](https://github.com/tompave/fun_with_flags/actions/workflows/quality.yml/badge.svg?branch=master)](https://github.com/tompave/fun_with_flags/actions/workflows/quality.yml?query=branch%3Amaster)
55
[![Hex.pm](https://img.shields.io/hexpm/v/fun_with_flags.svg)](https://hex.pm/packages/fun_with_flags)
6-
[![hexdocs.pm](https://img.shields.io/badge/docs-1.12.0-brightgreen.svg)](https://hexdocs.pm/fun_with_flags/1.12.0/FunWithFlags.html)
6+
[![hexdocs.pm](https://img.shields.io/badge/docs-1.13.0-brightgreen.svg)](https://hexdocs.pm/fun_with_flags/1.13.0/FunWithFlags.html)
77
[![Hex.pm Downloads](https://img.shields.io/hexpm/dt/fun_with_flags)](https://hex.pm/packages/fun_with_flags)
88
[![License](https://img.shields.io/hexpm/l/fun_with_flags.svg)](https://github.com/tompave/fun_with_flags/blob/master/LICENSE.txt)
99
[![ElixirWeekly](https://img.shields.io/badge/featured-ElixirWeekly-8e5ab5.svg)](https://elixirweekly.net/issues/43)
@@ -499,7 +499,7 @@ In order to have a small installation footprint, the dependencies for the differ
499499
```elixir
500500
def deps do
501501
[
502-
{:fun_with_flags, "~> 1.12.0"},
502+
{:fun_with_flags, "~> 1.13.0"},
503503

504504
# either:
505505
{:redix, "~> 0.9"},

mix.exs

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

44
@source_url "https://github.com/tompave/fun_with_flags"
5-
@version "1.12.0"
5+
@version "1.13.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)