Skip to content
This repository was archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Mar 27, 2021
1 parent 55f3a47 commit 08b0c32
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,25 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh

## [Unreleased]

### Added

- Export `asyncio`
- `_asyncio.pyd`, `_overlapped.pyd` to the distributed files
- /

---

## [Released]

## [0.4.1] - 2021-03-27

### Added
- `asyncio`
- `_asyncio.pyd`, `_overlapped.pyd` to the distributed files
- library version checker
- new troubleshooting page
- more exception handling

### Changed
- mod version check handling


## [0.4.0] - 2021-03-25

### Added
Expand Down Expand Up @@ -81,6 +91,7 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh
<!-- Versions -->
[unreleased]: https://github.com/RLNT/bl2_eridium/compare/v1.0.0...HEAD
[released]: https://github.com/RLNT/bl2_eridium/releases
[0.4.1]: https://github.com/RLNT/bl2_eridium/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/RLNT/bl2_eridium/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/RLNT/bl2_eridium/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/RLNT/bl2_eridium/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ssl",
"asyncio",
]
__version__ = "0.4.0"
__version__ = "0.4.1"


def log(mod: SDKMod, *args: Any) -> None:
Expand Down
3 changes: 2 additions & 1 deletion modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"supports": ["BL2", "TPS"],
"issues": "https://github.com/RLNT/bl2_eridium/issues",
"source": "https://github.com/RLNT/bl2_eridium",
"latest": "0.4.0",
"latest": "0.4.1",
"versions": {
"0.4.1": "https://github.com/RLNT/bl2_eridium/releases/tag/v0.4.1",
"0.4.0": "https://github.com/RLNT/bl2_eridium/releases/tag/v0.4.0",
"0.3.2": "https://github.com/RLNT/bl2_eridium/releases/tag/v0.3.2"
},
Expand Down

0 comments on commit 08b0c32

Please sign in to comment.