Skip to content

Commit

Permalink
release v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Mar 16, 2024
1 parent a9fb108 commit 9ce260a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ This configures the Flask app to serve the methods registered with the lexrpc se

## TODO

* support record types, eg via type `ref` and `ref` field pointing to the nsid. [example here](https://github.com/bluesky-social/atproto/blob/main/lexicons/app/bsky/graph/follow.json#L13).
* check out [atproto@63b9873bb1699b6bce54e7a8d3db2fcbd2cfc5ab](https://github.com/snarfed/atproto/commit/63b9873bb1699b6bce54e7a8d3db2fcbd2cfc5ab)!
* schema validation for records


Release instructions
Expand Down Expand Up @@ -228,7 +227,7 @@ Here's how to package, test, and ship a new release.
## Changelog
### 0.6 - unreleased
### 0.6 - 2024-03-16
* Drop `typing-extensions` version pin now that [typing-validation has been updated to be compatible with it](https://github.com/hashberg-io/typing-validation/issues/1).
* Update bundled `app.bsky` and `com.atproto` lexicons, as of [bluesky-social/atproto@f45eef3](https://github.com/bluesky-social/atproto/commit/f45eef3414f8827ba3a6958a7040c7e38bfd6282).
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.5'
release = '0.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
31 changes: 16 additions & 15 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,7 @@ set to ``application/json``.
TODO
----

- support record types, eg via type ``ref`` and ``ref`` field pointing
to the nsid. `example
here <https://github.com/bluesky-social/atproto/blob/main/lexicons/app/bsky/graph/follow.json#L13>`__.

- check out
`atproto@63b9873bb1699b6bce54e7a8d3db2fcbd2cfc5ab <https://github.com/snarfed/atproto/commit/63b9873bb1699b6bce54e7a8d3db2fcbd2cfc5ab>`__!

- `extensions <https://atproto.com/guides/lexicon#extensibility>`__. is
there anything to do? ah, `they’re currently TODO in the
spec <https://atproto.com/specs/xrpc#todos>`__.
- `authentication <https://atproto.com/specs/xrpc#authentication>`__
- schema validation for records

Release instructions
--------------------
Expand Down Expand Up @@ -321,6 +311,17 @@ Here’s how to package, test, and ship a new release.
Changelog
---------

0.6 - 2024-03-16
~~~~~~~~~~~~~~~~

- Drop ``typing-extensions`` version pin now that `typing-validation
has been updated to be compatible with
it <https://github.com/hashberg-io/typing-validation/issues/1>`__.
- Update bundled ``app.bsky`` and ``com.atproto`` lexicons, as of
`bluesky-social/atproto@f45eef3 <https://github.com/bluesky-social/atproto/commit/f45eef3414f8827ba3a6958a7040c7e38bfd6282>`__.

.. _section-1:

0.5 - 2023-12-10
~~~~~~~~~~~~~~~~

Expand All @@ -334,7 +335,7 @@ Changelog
- Bug fix: don’t infinite loop if ``refreshSession`` fails.
- Other minor authentication bug fixes.

.. _section-1:
.. _section-2:

0.4 - 2023-10-28
~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -375,7 +376,7 @@ Changelog
- Add the ``error`` field to the JSON response bodies for most error
responses.

.. _section-2:
.. _section-3:

0.3 - 2023-08-29
~~~~~~~~~~~~~~~~
Expand All @@ -387,7 +388,7 @@ Changelog
- Add new ``Server.register`` method for manually registering handlers.
- Bug fix for server ``@method`` decorator.

.. _section-3:
.. _section-4:

0.2 - 2023-03-13
~~~~~~~~~~~~~~~~
Expand All @@ -404,7 +405,7 @@ put more effort into matching and fully implementing them. Stay tuned!
format <https://github.com/snarfed/atproto/commit/63b9873bb1699b6bce54e7a8d3db2fcbd2cfc5ab>`__.
Original format is no longer supported.

.. _section-4:
.. _section-5:

0.1 - 2022-12-13
~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ where = ['.']

[project]
name = 'lexrpc'
version = '0.5'
version = '0.6'
authors = [
{ name='Ryan Barrett', email='[email protected]' },
]
Expand Down

0 comments on commit 9ce260a

Please sign in to comment.