Skip to content

Commit

Permalink
Merge pull request #29 from VenusProtocol/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
chechu authored May 17, 2024
2 parents 4d7c1a6 + 36d0a30 commit e56f9ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.3-dev.1](https://github.com/VenusProtocol/solidity-utilities/compare/v2.0.2...v2.0.3-dev.1) (2024-05-16)


### Bug Fixes

* TimeManagerV5 deprecated storage slot size ([a1c1832](https://github.com/VenusProtocol/solidity-utilities/commit/a1c18320e910a647f99353aa330007a14da492fd))

## [2.0.2](https://github.com/VenusProtocol/solidity-utilities/compare/v2.0.1...v2.0.2) (2024-05-14)


Expand Down
2 changes: 1 addition & 1 deletion contracts/TimeManagerV5.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract TimeManagerV5 {
bool private isInitialized;

/// @notice Deprecated slot for _getCurrentSlot function pointer
bytes32 private __deprecatedSlot1;
bytes8 private __deprecatedSlot1;

/**
* @dev This empty reserved space is put in place to allow future versions to add new
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": "@venusprotocol/solidity-utilities",
"version": "2.0.2",
"version": "2.0.3-dev.1",
"description": "Solidity code used by other Venus projects",
"files": [
"artifacts",
Expand Down

0 comments on commit e56f9ef

Please sign in to comment.