Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed May 20, 2024
1 parent 34c854f commit cd9921f
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/skyra-project/ai/compare/v1.2.1...v2.0.0) (2024-05-20)

### Refactors

- **connect-four:** add board evaluation ([#228](https://github.com/skyra-project/ai/issues/228)) ([213c585](https://github.com/skyra-project/ai/commit/213c58579d3937798a41e7ea0dbf7fde2b228ccf))
- switch to Rust ([#131](https://github.com/skyra-project/ai/issues/131)) ([7260e2c](https://github.com/skyra-project/ai/commit/7260e2c7d95e3d8a22280ab50dc23f928d94bb53))

## [1.2.0](https://github.com/skyra-project/ai/compare/v1.1.1...v1.2.0) (2021-05-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "skyra-ai"
version = "1.2.0"
version = "2.0.0"
authors = ["Skyra Project <contact@skyra.pw>"]
description = "Lightning-fast AI for Skyra Project's games"

Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-android-arm-eabi",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-android-arm64",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-darwin-arm64",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-darwin-x64",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-linux-arm-gnueabihf",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-linux-arm64-gnu",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-linux-arm64-musl",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-linux-x64-gnu",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-linux-x64-musl",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-win32-arm64-msvc",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai-win32-x64-msvc",
"version": "1.2.0",
"version": "2.0.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/ai",
"version": "1.2.0",
"version": "2.0.0",
"description": "Lightning-fast AI for Skyra Project's games",
"author": "kyranet <kyradiscord@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit cd9921f

Please sign in to comment.