Skip to content

Commit aa8e6b0

Browse files
committed
Drop support for Elixir versions < 1.13
and OTP versions < 23
1 parent 95ed6b8 commit aa8e6b0

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.github/workflows/elixir-build-and-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- pair:
22-
elixir: 1.12.3
23-
otp: 22.3
24-
build-flags:
2521
- pair:
2622
elixir: 1.13.4
2723
otp: 23.3

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
55
[Keep a CHANGELOG](http://keepachangelog.com).
66

77

8+
## Unreleased
9+
10+
Elixir versions < 1.13 and OTP version < 23 are no longer supported.
11+
12+
13+
[Compare v1.1.1...HEAD](https://github.com/rdf-elixir/rdf-xml-ex/compare/v1.1.1...HEAD)
14+
15+
16+
817
## v1.1.1 - 2024-03-18
918

1019
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.2.0-pre

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule RDF.XML.MixProject do
99
[
1010
app: :rdf_xml,
1111
version: @version,
12-
elixir: "~> 1.12",
12+
elixir: "~> 1.13",
1313
build_embedded: Mix.env() == :prod,
1414
start_permanent: Mix.env() == :prod,
1515
deps: deps(),

0 commit comments

Comments
 (0)