Skip to content

Commit 8de9173

Browse files
authored
Prepare release v0.1.1 (#16)
Add CHANGELOG.md for better tracking history of changes.
1 parent ee3d6ab commit 8de9173

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [v0.1.1](https://github.com/wowica/xander/releases/tag/v0.1.1) (2025-02-19)
9+
10+
### Fixed
11+
12+
- Issue where the ledger state tracked by the Query OTP process wouldn't be
13+
updated after establishing a connection. The result was that queries would
14+
always return the same value.
15+
16+
## [v0.1.0](https://github.com/wowica/xander/releases/tag/v0.1.0) (2024-02-17)
17+
18+
### Added
19+
20+
- Establish connection to Cardano node via Unix socket file or Demeter.run URL
21+
- Support for Ledger State Queries:
22+
* `:get_current_era`
23+
* `:get_current_block_height`
24+
* `:get_epoch_number`
25+
* `:get_current_tip`

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Xander.MixProject do
33

44
@description "An Elixir library for communicating with a Cardano node"
55
@source_url "https://github.com/wowica/xander"
6-
@version "0.1.0"
6+
@version "0.1.1"
77

88
def project do
99
[

0 commit comments

Comments
 (0)