asmith26 / jax_toolkit

A collection of jax functions to help with common machine/deep learning related functionality.
https://asmith26.github.io/jax_toolkit/
Apache License 2.0
5 stars 0 forks source link

Bump bump2version from 1.0.0 to 1.0.1 #90

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps bump2version from 1.0.0 to 1.0.1.

Changelog

Sourced from bump2version's changelog.

unreleased v1.0.2-dev

v1.0.1

  • Added: enable special characters in search/replace, thanks @mckelvin
  • Added: allow globbing a pattern to match multiple files, thanks @balrok
  • Added: way to only bump a specified file via --no-configured-files, thanks @balrok
  • Fixed: dry-run now correctly outputs, thanks @fmigneault
  • Housekeeping: documentation for lightweight tags improved, thanks @GreatBahram
  • Housekeeping: added related tools document, thanks @florisla
  • Fixed: no more falling back to default search, thanks @florisla

v1.0.0

  • Fix the spurious newline that bump2version adds when writing to bumpversion.cfg, thanks @kyluca #58
  • Add Python3.8 support, thanks @florisla
  • Drop Python2 support, thanks @hugovk
  • Allow additional arguments to the commit call, thanks @lubomir
  • Various documentation improvements, thanks @lubomir @florisla @padamstx @glotis
  • Housekeeping, move changelog into own file

v0.5.11

  • Housekeeping, also publish an sdist
  • Housekeeping, fix appveyor builds
  • Housekeeping, make lint now lints with pylint
  • Drop support for Python3.4, thanks @hugovk #79
  • Enhance missing VCS command detection (errno 13), thanks @lowell80 #75
  • Add environment variables for other scripts to use, thanks @mauvilsa #70
  • Refactor, cli.main is now much more readable, thanks @florisla #68
  • Fix, retain file newlines for Windows, thanks @hesstobi #59
  • Add support (tests) for Pythno3.7, thanks @florisla #49
  • Allow any part to be configured in configurable strings such as tag_name etc., thanks @florisla #41

v0.5.10

  • Housekeeping, use twine

v0.5.9

v0.5.8

... (truncated)

Commits
  • 14fa603 Bump version: 1.0.1-dev → 1.0.1
  • 2051c96 update changelog
  • 8e6db23 Merge pull request #135 from mckelvin/handle-special-char
  • 78c4f4b Merge pull request #149 from balrok/cli-option-no-configured-files
  • 4fe9277 Merge pull request #158 from mbarkhau/patch-1
  • c684747 Add PyCalVer to RELATED.md
  • 0a38097 Merge pull request #150 from balrok/glob-keyword-in-configfile
  • dc7cead DOC: Update note about bumpversion
  • 0bd8d83 also allow recursive glob with **
  • a96ebf4 support glob keyword in configfile
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
asmith26 commented 3 years ago

@dependabot rebase