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

v2.0.1. release candidate #17

Merged
merged 19 commits into from
Feb 2, 2024
Merged

v2.0.1. release candidate #17

merged 19 commits into from
Feb 2, 2024

Commits on Feb 2, 2021

  1. Bump bleach from 3.2.1 to 3.3.0

    Bumps [bleach](https://github.com/mozilla/bleach) from 3.2.1 to 3.3.0.
    - [Release notes](https://github.com/mozilla/bleach/releases)
    - [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES)
    - [Commits](mozilla/bleach@v3.2.1...v3.3.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ab3e75b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Merge pull request #1 from wryfi/dependabot/pip/bleach-3.3.0

    Bump bleach from 3.2.1 to 3.3.0
    wryfi authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    f933aae View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. update deprecated import and reformat w/ black

    Chris Haumesser committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    0bb8d3a View commit details
    Browse the repository at this point in the history
  2. reformatted all code w/ black

    Chris Haumesser committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    08406ae View commit details
    Browse the repository at this point in the history
  3. update Pipfile.lock

    Chris Haumesser committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    bcda50e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. v2.0 release candidate (fixes #9, fixes #9) (#10)

    * changelog
    
    * add test for bug
    
    * use brackets for lists in env vars
    
    * update README and tests
    
    * README
    
    * modularize environment variable management
    
    * new modular architecture
    
    * type utils
    
    * pluggable providers
    
    * fix circular imports when running unit tests from root directory
    
    * documentation
    
    * docs
    
    Co-authored-by: Chris Haumesser <5400416-wryfi@users.noreply.gitlab.com>
    wryfi and Chris Haumesser authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    fde79f3 View commit details
    Browse the repository at this point in the history
  2. update README

    Chris Haumesser committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6b4980d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into develop

    Chris Haumesser committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    12152c8 View commit details
    Browse the repository at this point in the history
  4. remove old python versions

    Chris Haumesser committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    7e7c434 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. rtd updates

    Chris Haumesser committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    e574da2 View commit details
    Browse the repository at this point in the history
  2. typo

    Chris Haumesser committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    7c5b9eb View commit details
    Browse the repository at this point in the history
  3. rtd

    Chris Haumesser committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9c0df8a View commit details
    Browse the repository at this point in the history
  4. rtd

    Chris Haumesser committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c132e06 View commit details
    Browse the repository at this point in the history
  5. rtd

    Chris Haumesser committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    13fc2f1 View commit details
    Browse the repository at this point in the history
  6. fix issues w/ python 3.8 typing

    Chris Haumesser committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    38d6126 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into develop

    Chris Haumesser committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8b36205 View commit details
    Browse the repository at this point in the history
  8. add github workflow

    Chris Haumesser committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6c57d5b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. update for newer versions of python and pyyaml

    Chris Haumesser committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    cf6d1c6 View commit details
    Browse the repository at this point in the history
  2. add tomli for python<3.11

    Chris Haumesser committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    af93408 View commit details
    Browse the repository at this point in the history