Skip to content

Releases: pypyr/pypyr-slack

Retire py 3.6. Add py 3.10 trove classifiers

06 Oct 10:01
Compare
Choose a tag to compare

No functional change.

Just updates trove classifiers for pypi.

slack api 2: no functional change

30 Aug 13:25
Compare
Choose a tag to compare
  • 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

18 Aug 02:58
Compare
Choose a tag to compare

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

26 Jul 20:25
5b13d9c
Compare
Choose a tag to compare
  • pypi url upgrade to new pypi repo
  • no functional change - upgrade beta to v1.0 release

inherit all exceptions from pypyr PlugInError

30 May 09:59
Compare
Choose a tag to compare
  • inherit all exceptions from pypyr PlugInError
  • minor typo correction in README

amend keywords in pypi

15 May 10:48
Compare
Choose a tag to compare
  • Change keywords for better discover-ability as a pypyr plug-in on pypi
  • version bump

BREAKING CHANGE: Rename pypi from pypyr-slack to pypyrslack

12 May 18:58
Compare
Choose a tag to compare
  • Breaking change. Henceforth, use pip install pypyrslack, not pip install pypyr-slack

KeyInContextHasNoValueError, KeyNotInContextError

02 May 10:40
Compare
Choose a tag to compare
  • use new pypyr error types for context validation errors
  • unit tests
  • version bump

Remove references to --name

27 Apr 18:37
Compare
Choose a tag to compare
  • 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

26 Apr 16:38
Compare
Choose a tag to compare

no end-user impact