Skip to content

Commit

Permalink
build: prepare v0.2.0 release (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao authored May 19, 2023
1 parent 3646f90 commit 2b57a4d
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 29 deletions.
4 changes: 0 additions & 4 deletions .yarn/versions/5ce7c219.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/5f236915.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/9142533c.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/93da5c64.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/a7a85de0.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/dc753c82.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/dd012552.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/e0987bab.yml

This file was deleted.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@ yarn add @archwayhq/arch3.js

For a complete reference on the classes and methods available, please check the [API docs](https://archway-network.github.io/arch3.js).

## Compatibility table

List of Archway [protocol versions](https://github.com/archway-network/archway/releases) compatible with `arch3.js`:

| `archwayd` | `arch3.js` |
|:----------:|:----------:|
| `>=0.5.0` | `0.2.0` |
| `<0.5.0` | `0.1.0` |

To query the current version of a node, you can run:

```sh
curl -sfL 'https://rpc.constantine.archway.tech/abci_info' | jq -r '.result.response.version'
```

## Sample Usage

The examples suppose you deployed the [increment](https://github.com/archway-network/archway-templates/tree/caaa5ef/increment) contract template to Constantine.
Expand Down
4 changes: 1 addition & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## v0.2.0 (2023-05-17)

### New feature

Expand All @@ -32,8 +32,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.1.0 (2022-09-23)

Alpha release of arch3.js

### New feature

#### **arch3-core**
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": "@archwayhq/arch3.js",
"version": "0.1.0",
"version": "0.2.0",
"description": "The all-in-one library for your awesome Archway dApp",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/arch3.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arch3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/arch3-core",
"version": "0.1.0",
"version": "0.2.0",
"description": "Core library to interact with Archway Network",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/arch3.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arch3-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/arch3-proto",
"version": "0.1.0",
"version": "0.2.0",
"description": "Archway Protobuf client",
"homepage": "https://github.com/jsoneaday/arch3-proto#readme",
"repository": "https://github.com/jsoneaday/arch3-proto",
Expand Down

0 comments on commit 2b57a4d

Please sign in to comment.