Skip to content

Commit 64341ce

Browse files
committed
fix: Update CHANGELOG to document changes, and update EOSPackageInfo and package.json files to reflect change in version.
1 parent 27a8ca2 commit 64341ce

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

com.playeveryware.eos/CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,33 @@
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
# Changelog
5+
## [3.3.3] - 2024-09-19
6+
7+
### Features
8+
- **Unit Testing Enhancements**:
9+
- Added new unit test documentation and expanded test coverage across the project. (#914, #905, #893, #fdd07613, #0f55d1ec, #902)
10+
11+
- **Documentation Updates**:
12+
- Improved documentation clarity and organization, including replacing markdown files in the root of the repository with symbolic links to the package files. (#914, #f9d3615a, #8685cd73, #f077cec1)
13+
14+
### Fixes
15+
- **File & Prefab Management**:
16+
- Removed unreferenced and outdated prefabs and files, updated documentation to reference the correct prefabs. (#adfb2877, #bfbec067, #f077cec1, #f9d3615a)
17+
18+
- **Test Organization and Naming**:
19+
- Renamed and reorganized unit tests to improve consistency in naming and structure. (#53bfb04a, #c8f4b821, #948babd5)
20+
21+
- **Android Build Tools**:
22+
- Updated the `GetBuildTools` function to accommodate Android Build Tool versioning in Unity 2022.3.44f1 LTS. (#8ed407cf, #bc075e7e)
23+
24+
- **Namespace and Manager Refactoring**:
25+
- Refactored managers into services, removed outdated manager references, and updated namespaces. (#2060ce08, #e83deb7f, #57b7b8b6, #561534d5)
26+
27+
- **Miscellaneous Fixes**:
28+
- Removed extraneous files like `.editorconfig` and unreferenced classes. Fixed small issues like grammar and unused code. (#116f51c7, #84b67848, #adfb2877, #e3c7262a, #c799fcc1)
29+
30+
### Tests
31+
- Added new unit tests and refactored existing ones to address file upload encoding issues and improve coverage. (#f0b3572e, #902, #94eb0453, #f0b3572e)
632

733
## [3.3.2] - 2024-08-27
834

com.playeveryware.eos/Runtime/Core/EOSPackageInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static class EOSPackageInfo
3535
* not involve editing source code files.
3636
*/
3737

38-
public const string Version = "3.3.1";
38+
public const string Version = "3.3.3";
3939

4040
public const string PackageName = "com.playeveryware.eos";
4141
}

com.playeveryware.eos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.playeveryware.eos",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"unity": "2021.3",
55
"unityRelease": "16f1",
66
"author": {

0 commit comments

Comments
 (0)