Skip to content

Releases: pypyr/pypyr-slack

Retire py 3.6. Add py 3.10 trove classifiers

Choose a tag to compare

@yaythomas yaythomas released this 06 Oct 10:01

No functional change.

Just updates trove classifiers for pypi.

slack api 2: no functional change

Choose a tag to compare

@yaythomas yaythomas released this 30 Aug 13:25
  • no functional change
  • update slack api to 2.x
  • update pypyr docs to point to new https://pypyr.io website
  • pypi author change
  • move from shippable to GitHub Actions.

update slack api to 2.x - no functional change

Choose a tag to compare

@yaythomas yaythomas released this 18 Aug 02:58

No functional change in this one - just updating the underlying slack api to use slack's 2.x specification.

no functional change - pypi deployment updates

Choose a tag to compare

@yaythomas yaythomas released this 26 Jul 20:25
5b13d9c
  • pypi url upgrade to new pypi repo
  • no functional change - upgrade beta to v1.0 release

inherit all exceptions from pypyr PlugInError

Choose a tag to compare

@yaythomas yaythomas released this 30 May 09:59
  • inherit all exceptions from pypyr PlugInError
  • minor typo correction in README

amend keywords in pypi

Choose a tag to compare

@yaythomas yaythomas released this 15 May 10:48
  • Change keywords for better discover-ability as a pypyr plug-in on pypi
  • version bump

BREAKING CHANGE: Rename pypi from pypyr-slack to pypyrslack

Choose a tag to compare

@yaythomas yaythomas released this 12 May 18:58
  • Breaking change. Henceforth, use pip install pypyrslack, not pip install pypyr-slack

KeyInContextHasNoValueError, KeyNotInContextError

Choose a tag to compare

@yaythomas yaythomas released this 02 May 10:40
  • use new pypyr error types for context validation errors
  • unit tests
  • version bump

Remove references to --name

Choose a tag to compare

@yaythomas yaythomas released this 27 Apr 18:37
  • pypyr cli now invokes as pypyr pipe rather than pypyr --name pipe
  • fix some README grammar
  • bump dev status to beta, like pypyr core

add auto pypi release

Choose a tag to compare

@yaythomas yaythomas released this 26 Apr 16:38

no end-user impact