Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Add support for jobs #99

Merged
merged 3 commits into from
Nov 29, 2021
Merged

feature: Add support for jobs #99

merged 3 commits into from
Nov 29, 2021

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    e721c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. sync: public changes to staging (#3)

    * feature: support for StartPreserveBlock and EndPreserveBlock instructions. (#94)
    
    * prepare release v1.3.0
    
    * update development version to v1.3.1.dev0
    
    * Update copyright headers (#95)
    
    * feature: StartVerbatimBox and EndVerbatimBox (#96)
    
    Added the StartVerbatimBox and EndVerbatimBox instructions.
    The code between the start and end instructions will not be modified by
    the compiler, thus delineating a "verbatim" box of code.
    
    The astute reader will notice that this is merely a renaming of the
    instructions StartVerbatimBlock and EndVerbatimBlock; this change is
    marked as a feature to emphasize the incompatibility with v1.3.0.
    
    * prepare release v1.4.0
    
    * update development version to v1.4.1.dev0
    
    * doc: Fix jaqcd typo in README.md (#97)
    
    * prepare release v1.4.0.post0
    
    * update development version to v1.4.1.dev0
    
    Co-authored-by: Sergei-kag-aws <kag@amazon.com>
    Co-authored-by: ci <ci>
    Co-authored-by: Cody Wang <speller26@gmail.com>
    Co-authored-by: Jacky Ko <60188942+kjacky@users.noreply.github.com>
    4 people committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    6ffc1f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    b2b60c6 View commit details
    Browse the repository at this point in the history