Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 18:16
c331189

Announcements

  • Added 3 functions - see commits below

Pull Requests

  • c331189 Merge pull request #30 from Digital-HR/release/vv0.4.0
    • Tetiana Sobchyshyna
  • eaa430d Merge pull request #29 from Digital-HR/sorted-list-of-even-values
    • Sean-Dalrymple
  • b0873e9 Merge pull request #28 from Digital-HR/jc/issue#17
    • Justin Carroll
  • 8a5691d Merge pull request #27 from Digital-HR/kl/add-function-leap-year
    • Katie Duo Liu
  • 82ab8e2 Merge pull request #26 from Digital-HR/release/v0.3.2
    • Maria Ratcheva

Commits

  • df493eb chore: Release Candidate vv0.4.0
    • GitHub Actions
  • 27a9a17 Fix typo
    • jidicula
  • c396e38 return a list of sorted even values from a given list
    • Sean-Dalrymple
  • 0f29a85 Add function to remove diplicates in list
    • YuaxtnKrl
  • ceb0906 Add isLeapYear function This checks if the year is divisible by 4
    • Katie L
  • 9caba0e Run semgrep on push to dev
    • jidicula
  • b798285 Add Semgrep CI