diff --git a/CHANGELOG.md b/CHANGELOG.md index d329854..c1e7e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [0.2.0](https://github.com/hirosystems/runehook/compare/v0.1.0...v0.2.0) (2024-07-01) + + +### Features + +* add cache to api endpoints ([1584499](https://github.com/hirosystems/runehook/commit/15844994845076df957ed6846eccb4484045bfb4)) +* address routes, rune route expansion ([6c5603b](https://github.com/hirosystems/runehook/commit/6c5603ba899943accf9d23a1e396cd0a378dd9d2)) +* blocks and transactions endpoints ([3c563da](https://github.com/hirosystems/runehook/commit/3c563da9d18b9c989b8be079fe872211ed219709)) +* rune supply ([59152b0](https://github.com/hirosystems/runehook/commit/59152b0df30b43bf213ab6df31233fbd5323dcb4)) +* status endpoint ([67b61ee](https://github.com/hirosystems/runehook/commit/67b61ee99c14abff81bb9cfaa90f83ef990f6810)) + + +### Bug Fixes + +* consider mint caps ([909b59e](https://github.com/hirosystems/runehook/commit/909b59e168c5b2b70b6acc7ce22ac74f5e54b1e8)) +* consider mint terms block height ([97263a1](https://github.com/hirosystems/runehook/commit/97263a116b885d3c0b63b6b2ae5e61bf8c366e46)) +* location api object ([8e1016a](https://github.com/hirosystems/runehook/commit/8e1016a90262fad31e2ee213dfa67a3d0986743f)) +* mintable, field types, get rune by number ([99038e5](https://github.com/hirosystems/runehook/commit/99038e5b063264a4cb1f0191f1b441e17683be2a)) +* receive/send operation order ([8589378](https://github.com/hirosystems/runehook/commit/85893782065829a643ac8d1f9ae43ee70eb0426b)) +* vercel build path ([#3](https://github.com/hirosystems/runehook/issues/3)) ([4be379a](https://github.com/hirosystems/runehook/commit/4be379a58f07c01b48838f49d9b2b7217483c88a)) + ## [0.1.0](https://github.com/hirosystems/runehook/compare/v0.0.1...v0.1.0) (2024-06-28) diff --git a/Cargo.lock b/Cargo.lock index 7da0d39..8cbcd39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3050,7 +3050,7 @@ dependencies = [ [[package]] name = "runehook" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitcoin 0.30.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 681c4bd..29d1e6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runehook" -version = "0.1.0" +version = "0.2.0" edition = "2021" [[bin]] diff --git a/api/package-lock.json b/api/package-lock.json index d307902..4725187 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/runes-api", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/runes-api", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/api/package.json b/api/package.json index a366058..40da5f5 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/runes-api", - "version": "0.1.0", + "version": "0.2.0", "description": "", "main": "index.js", "scripts": {