Skip to content

Commit

Permalink
Merge branch 'release-2.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
odorajbotoj committed Oct 14, 2024
2 parents d62dce6 + 94edc10 commit 7c7b868
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.0] - 2024-10-14

### Added

+ Added tryPutIntoContainer
+ Added tryGetFromContainerWithName
+ Added getFirstEmptySlot
+ Added trySwapSlotWithContainer

### Fixed

+ Fixed searchInInvWithName

## [2.0.0] - 2024-10-13

### Added
Expand All @@ -23,5 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
+ Move CoralFans SimulatedPlayer System from [CoralFans](https://github.com/CoralFans-Dev/CoralFans) to here
+ Added Script Arg

[2.1.0]: https://github.com/CoralFans-Dev/CFSP/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/CoralFans-Dev/CFSP/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/CoralFans-Dev/CFSP/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "CFSP",
"version": "2.0.0",
"version": "2.1.0",
"info": {
"name": "CFSP",
"description": "CoralFans SimulatedPlayer",
Expand Down

0 comments on commit 7c7b868

Please sign in to comment.