Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kortirso committed Aug 19, 2024
1 parent d50a60c commit 4513585
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.4.2] - 2024-08-19
### Added
- pions promotion with getting opponent figure

## [0.4.1] - 2019-01-24
### Added
- defdelegate in Chess module
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ by adding `chess` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:chess, "~> 0.4.1"}
{:chess, "~> 0.4.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Chess.MixProject do
def project do
[
app: :chess,
version: "0.4.1",
version: "0.4.2",
elixir: "~> 1.7",
name: "Chess",
description: @description,
Expand Down

0 comments on commit 4513585

Please sign in to comment.