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

Release 0.15.0 #153

Merged
merged 22 commits into from
Jan 10, 2024
Merged

Release 0.15.0 #153

merged 22 commits into from
Jan 10, 2024

Commits on Nov 13, 2023

  1. Merge pull request #138 from casework/release-0.14.0

    Release 0.14.0
    kchason authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    66212d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Update SEMVER-related text

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b86b084 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from casework/update_semver_notes_in_readme

    Update SEMVER notes in README
    kchason authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1bf1317 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Export local_uuid

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6c1bb77 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Run pre-commit autoupdate

    No effects were observed on Make-managed files.
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6f1bbdf View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Run pre-commit autoupdate

    No effects were observed on Make-managed files.
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    016ac37 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge pull request #140 from casework/export_local_uuid

    Export local_uuid
    kchason authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    26122e7 View commit details
    Browse the repository at this point in the history
  2. Deactivate List shape when TBox review is not requested

    No effects were observed on Make-managed files.
    
    References:
    * #142
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4f818d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ead3b17 View commit details
    Browse the repository at this point in the history
  4. Remove exported local_uuid tests

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d4a868f View commit details
    Browse the repository at this point in the history
  5. Fix module reference

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d92c753 View commit details
    Browse the repository at this point in the history
  6. Replace case_utils.local_uuid usage in case_file

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d8a8b08 View commit details
    Browse the repository at this point in the history
  7. Remove re-export of local_uuid

    Before this patch, the `pytest` calls in unit testing raise the
    `DeprecationWarning` from `case_utils.local_uuid`.  E.g. both of these
    test files would raise the warning:
    
    (test1.py)
    
    ```python
    def test_foo() -> None:
        import case_utils
    ```
    
    ```bash
    pytest test1.py
    # Logs deprecation warning.
    ```
    
    (test2.py)
    
    ```python
    import case_utils
    def test_foo() -> None:
        pass
    ```
    
    ```bash
    pytest test2.py
    # Logs deprecation warning.
    ```
    
    This patch removes the module re-export.
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    65cdcda View commit details
    Browse the repository at this point in the history
  8. Merge pull request #143 from casework/deactivate_errant_rdf_list_shape

    Deactivate List shape when TBox review is not requested
    kchason authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    cd178f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Run pre-commit autoupdate

    No effects were observed on Make-managed files.
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    02dab3a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    ba3c6a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #150 from casework/release-0.14.1

    Release 0.14.1
    kchason authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8b87ab8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge pull request #152 from casework/release-0.14.1.post0

    Release 0.14.1.post0
    kchason authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    afcb069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07d1616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6effb63 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Merge pull request #144 from casework/export_local_uuid

    Additional parts for exporting `local_uuid`
    kchason authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    91bae5e View commit details
    Browse the repository at this point in the history
  2. Bump versions

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5cd31f4 View commit details
    Browse the repository at this point in the history