Skip to content

Releases: aip-dev/site-generator

Bug fix for update date on AIPs not current

19 May 17:22
1d54709
Compare
Choose a tag to compare

What's Changed

  • fix: fix the changelog so updated date works for AIPs

Full Changelog: v0.6.4...v0.6.5

aip-site-generator 0.6.4

18 May 18:39
51863c1
Compare
Choose a tag to compare
Revert "chore: upgrade to python3.11 (#78)" (#85)

This reverts commit a9b6e5a922154189b750e2823c67fd38af886721.

aip-site-generator 0.6.3

17 May 22:54
554e2a3
Compare
Choose a tag to compare
fix github release action (#84)

The release action now fails with: https://github.com/actions/runner-images/issues/6775,
and needs a workaround to fix the issue.

Co-authored-by: Yusuke Tsutsumi <yusuke@tsutsumi.io>

aip-site-generator 0.6.1

15 May 15:26
a9b6e5a
Compare
Choose a tag to compare

Bugfixes

  • Update dependency temporarily for pyscss to a development version, unblock python 3.11 upgrade.

aip-site-generator 0.6.0

12 Jul 17:34
9f6be8c
Compare
Choose a tag to compare

Bugfixes

  • Improve syntax highlighting for enums and annotations. (#41)
  • Parse YAML keys with braces in samples properly. (#36)
  • Title typo on the front page. (#37)
  • Colorize "must not" and "should not" even through line breaks. (#38)

aip-site-generator 0.5.0

08 Jan 00:22
302994c
Compare
Choose a tag to compare

Features

  • Add hotlinking for the [free text][aip-###] format. (#20)

Bugfixes

  • Add missing quotes to examples. (#22)

aip-site-generator 0.4.0

06 Oct 04:43
651c79f
Compare
Choose a tag to compare

Features

  • Support [^reviewing] section tag. (#13)

aip-site-generator 0.3.0

28 Sep 22:56
028149f
Compare
Choose a tag to compare

Features

  • Syntax highlighting improvements. (#10)
  • Support {% tab %} and {% sample %} tags. (#9)

Bugfixes

  • Hardcode the relative URI on the development server. (#8)

aip-site-generator 0.2.0

13 Aug 17:24
1f798e1
Compare
Choose a tag to compare

Features

  • Extensions (#3)
  • Support tabs in Markdown. (#6)

Bugfixes

  • "View on GitHub" button should point to the repo. (#7)

aip-site-generator 0.1.2

04 Aug 04:59
e5a2d30
Compare
Choose a tag to compare

Fixes

  • Support Markdown tables. (#5)