Skip to content

Commit

Permalink
Merge pull request #67 from kommitters/v0.3
Browse files Browse the repository at this point in the history
Release v0.3.5
  • Loading branch information
miguelnietoa authored Dec 21, 2022
2 parents f4e4d3d + 6fc739a commit 99a39d5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
name: Publish Release to HEX PM
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
otp: ['22.3']
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
otp: ['22.3']
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

finish:
needs: tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Set BUILD_NUMBER for Pull Request event
if: github.event_name == 'pull_request'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.3.5 (21.12.2022)
* Update build badge and lock to ubuntu-20.04.

## 0.3.4 (25.10.2022)
* Enable ExCoveralls with parallel builds.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Elixir XDR
![Build Badge](https://img.shields.io/github/workflow/status/kommitters/elixir_xdr/ElixirXDR%20CI/master?style=for-the-badge)
![Build Badge](https://img.shields.io/github/actions/workflow/status/kommitters/elixir_xdr/CI.yml?branch=main&style=for-the-badge)
[![Coverage Status](https://img.shields.io/coveralls/github/kommitters/elixir_xdr?style=for-the-badge)](https://coveralls.io/github/kommitters/elixir_xdr)
[![Version Badge](https://img.shields.io/hexpm/v/elixir_xdr?style=for-the-badge)](https://hexdocs.pm/elixir_xdr)
![Downloads Badge](https://img.shields.io/hexpm/dt/elixir_xdr?style=for-the-badge)
Expand All @@ -15,7 +15,7 @@ XDR is an open data format, specified in [RFC 4506](http://tools.ietf.org/html/r
```elixir
def deps do
[
{:elixir_xdr, "~> 0.3.4"}
{:elixir_xdr, "~> 0.3.5"}
]
end
```
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 XDR.MixProject do
use Mix.Project

@github_url "https://github.com/kommitters/elixir_xdr"
@version "0.3.4"
@version "0.3.5"

def project do
[
Expand Down

0 comments on commit 99a39d5

Please sign in to comment.