Skip to content

Commit

Permalink
pre-release: 0.3.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Oct 9, 2021
1 parent a83fab1 commit 94f0387
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Change Log

This document records all notable changes to `stellar-model <https://github.com/StellarCN/stellar-model/>`_.

0.3.0b0 (Horizon v2.9.0~rc1)
----------------------------
This release contains breaking updates.

You can check the `release log of horizon-v2.9.0-rc1 <https://github.com/stellar/go/releases/tag/horizon-v2.9.0rc1>`_ and `Horizon Liquidity Pool API Docs <https://docs.google.com/document/d/1pXL8kr1a2vfYSap9T67R-g72B_WWbaE1YsLMa04OgoU/edit#heading=h.bexstdt2tlbj>`_. (`Download Horizon Liquidity Pool API.pdf <https://github.com/StellarCN/stellar-model/files/7315193/Horizon.Liquidity.Pool.API.pdf>`_)

* feat: add support for horizon-v2.9.0~rc1 (`#21 <https://github.com/StellarCN/stellar-model/pull/21/>`_)

0.2.2b0 (Horizon v2.8.3)
------------------------
* fix: make `ClaimableBalance.last_modified_time` and `Offer.last_modified_time` optional.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Please check the list `here <https://github.com/StellarCN/stellar-model/issues/2

.. code-block:: text
pip install stellar-model==0.2.2b0
pip install stellar-model==0.3.0b0
Example
=======
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stellar-model==0.2.2b0
stellar-model==0.3.0b0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stellar-model"
version = "0.2.2b0"
version = "0.3.0b0"
description = "Parse the raw Stellar data into Python models."
authors = ["overcat <[email protected]>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion stellar_model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.2b0"
__version__ = "0.3.0b0"
__supported_horizon_version__ = "2.8.3"
__url__ = "https://github.com/StellarCN/stellar-model"
__issues__ = f"{__url__}/issues"
Expand Down

0 comments on commit 94f0387

Please sign in to comment.