Skip to content

Commit

Permalink
refactor: bump version
Browse files Browse the repository at this point in the history
docs: roll v4.0.0-beta.3
  • Loading branch information
PaulRBerg committed Mar 8, 2023
1 parent 6fc7fce commit ddaf7dc
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[4.0.0-beta.3]: https://github.com/PaulRBerg/prb-proxy/compare/v4.0.0-beta.2...v4.0.0-beta.3
[4.0.0-beta.2]: https://github.com/PaulRBerg/prb-proxy/compare/v4.0.0-beta.1...v4.0.0-beta.2
[4.0.0-beta.1]: https://github.com/PaulRBerg/prb-proxy/compare/v2.0.0...v4.0.0-beta.1
[2.0.0]: https://github.com/PaulRBerg/prb-proxy/compare/v1.0.1...v2.0.0
[1.0.1]: https://github.com/PaulRBerg/prb-proxy/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/PaulRBerg/prb-proxy/releases/tag/v1.0.0

## [4.0.0-beta.3] - 2023-03-08

### Changed

- Improve documentation (@PaulRBerg)
- Make `permissions` and `plugins` mappings public ([#84](https://github.com/PaulRBerg/prb-proxy/pull/84)) (@andreivladbrg)
- Reorder storage variables ([`d86514`](https://github.com/PaulRBerg/prb-proxy/commit/d86514)) (@PaulRBerg)

### Added

- Add `IRPProxyStorage` interface ([#84](https://github.com/PaulRBerg/prb-proxy/pull/84)) (@andreivladbrg)

### Removed

- Remove getters `getPermission` and `getPluginForMethod` ([#84](https://github.com/PaulRBerg/prb-proxy/pull/84)) (@andreivladbrg)

## [4.0.0-beta.2] - 2023-03-03

### Changed
Expand All @@ -21,7 +38,7 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
- Transfer ownership via the registry ([#81](https://github.com/PaulRBerg/prb-proxy/pull/81)) (@PaulRBerg)
- Bump submodules (@PaulRBerg)
- Improve documentation (@PaulRBerg)
- Make `VERSION` a string ([699f76](https://github.com/PaulRBerg/prb-proxy/commit/699f76bd2e93c3ef3c1867b3e97190344f2fc4aa)) (@PaulRBerg)
- Make `VERSION` a string ([699f76](https://github.com/PaulRBerg/prb-proxy/commit/699f76)) (@PaulRBerg)

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ The registry and the enshrined target are deployed at the same address on the fo

| Contract | Chain | [Chain ID](https://chainlist.org/) | Address |
| -------- | ----------------------- | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| Registry | Ethereum Goerli Testnet | 5 | [0x4E6b409a7eB6FFaec17fD105604BC030e292F0d6](https://goerli.etherscan.io/address/0x4E6b409a7eB6FFaec17fD105604BC030e292F0d6#code) |
| Helpers | Ethereum Goerli Testnet | 5 | [0x2b0Fe798209bb8328595D4919b47B29a62eCeC23](https://goerli.etherscan.io/address/0x2b0Fe798209bb8328595D4919b47B29a62eCeC23#code) |
| Registry | Ethereum Goerli Testnet | 5 | [0xb57c30A7e80d29DBD63Ae7DFFBCBb518970697F7](https://goerli.etherscan.io/address/0xb57c30A7e80d29DBD63Ae7DFFBCBb518970697F7#code) |
| Helpers | Ethereum Goerli Testnet | 5 | [0xa137b15261B416Fc94f5DEa7359BBA1Ed050951E](https://goerli.etherscan.io/address/0xa137b15261B416Fc94f5DEa7359BBA1Ed050951E#code) |

### Targets

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prb/proxy",
"description": "Proxy contract to compose Ethereum transactions on behalf of the owner",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"author": {
"name": "Paul Razvan Berg",
"url": "https://github.com/PaulRBerg"
Expand Down
2 changes: 1 addition & 1 deletion src/PRBProxyHelpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract PRBProxyHelpers is
//////////////////////////////////////////////////////////////////////////*/

/// @inheritdoc IPRBProxyHelpers
string public constant override VERSION = "4.0.0-beta.2";
string public constant override VERSION = "4.0.0-beta.3";

/*//////////////////////////////////////////////////////////////////////////
NON-CONSTANT FUNCTIONS
Expand Down
2 changes: 1 addition & 1 deletion src/PRBProxyRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contract PRBProxyRegistry is IPRBProxyRegistry {
//////////////////////////////////////////////////////////////////////////*/

/// @inheritdoc IPRBProxyRegistry
string public constant override VERSION = "4.0.0-beta.2";
string public constant override VERSION = "4.0.0-beta.3";

/*//////////////////////////////////////////////////////////////////////////
PUBLIC STORAGE
Expand Down
2 changes: 1 addition & 1 deletion test/registry/version/version.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ contract Version_Test is Registry_Test {
/// @dev it should return the correct version.
function test_Version() external {
string memory actualVersion = registry.VERSION();
string memory expectedVersion = "4.0.0-beta.2";
string memory expectedVersion = "4.0.0-beta.3";
assertEq(actualVersion, expectedVersion, "VERSION");
}
}

0 comments on commit ddaf7dc

Please sign in to comment.