Skip to content

Commit 44983e7

Browse files
committed
Updated to version 0.1.2
1 parent c9aa5e4 commit 44983e7

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,27 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.1.0] - 2025-02-11
5+
## [0.1.2] - 2025-03-19
6+
7+
### 🚀 Features
8+
9+
- *(frontend)* Change codegen to install on dapp details (#40)
10+
11+
### 🐛 Bug Fixes
12+
13+
- *(hero)* Update installation link and correct typo in text
14+
15+
### 📚 Documentation
16+
17+
- *(README)* Update codegen libraries
18+
19+
## [0.1.1] - 2025-02-18
20+
21+
### 🐛 Bug Fixes
22+
23+
- Update installer script names in CLI installation documentation (#28)
24+
25+
## [0.1.0] - 2025-02-12
626

727
### 🚀 Features
828

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "telchar"
33
description = "A toolchain that improves the developer experience of integrating Plutus validators in off-chain processes"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2021"
66
repository = "https://github.com/txpipe/telchar"
77
homepage = "https://registry.telchar.txpipe.io"

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "telchar-codegen"
33
description = "A toolchain that improves the developer experience of integrating Plutus validators in off-chain processes"
44
license = "Apache-2.0"
5-
version = "0.1.1"
5+
version = "0.1.2"
66
edition = "2021"
77
repository = "https://github.com/txpipe/telchar"
88
homepage = "https://registry.telchar.txpipe.io"

0 commit comments

Comments
 (0)