Changes
=======

1.2.0 (2025-07-15)
------------------

- Stopped waiting for this bugfix to be merged:
  https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/pull/541
  Releaseing 1.2.0 using my OCF fork.


1.2.0b3 (2025-04-17)
--------------------

- Now includes default values when saving, making the OCF files larger.

- It's now possible to pass in the data to the Captable object when
  creating it, instead of adding the data to the attribute lists later.


1.2.0b2 (2025-02-04)
--------------------

- Added the new files to the format.


1.2.0b1 (2025-01-10)
--------------------

- Updated schema to 1.2.0


1.1.0 (2025-01-09)
------------------

- Updated the OCF Schema to 1.1.0

- Added support for Python 3.12 and 3.13.


1.1.0b1 (2023-10-25)
--------------------

- Updated to Pydantic 2.


1.0.2 (2023-10-24)
------------------

- Latest versions of Pydantic raises errors, temporarily restrict to 1.x.


1.0.1 (2023-07-06)
------------------

- Made all properties have a Field with a description, to improve documentation.
  No actual schema changes.


1.0.0 (2023-05-10)
------------------

- Added all the classes to api.py, so you can more easily import them.


1.0b1 (2023-03-15)
------------------

- First beta
