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-please-old #375

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 30, 2023

🤖 I have created a release beep boop

4.1.0-beta (2023-01-30)

Features

  • cli: Add flag to show outdated stub packages in search + group output by repo. (e2cdff7)
  • cli: Format repo as title in stubs search output. (eaf0543)
  • cli: Improve stub search output. (4c127ac)
  • cli: Utilize stub source locators during add. (d24b409)
  • data: Add display names for current stub sources. (7f6b2cd)
  • data: Add micropython-stubs source (de9c2e2)
  • deps: Add attrs/pydantic (06660f0)
  • deps: Add distlib. (fab22ba)
  • deps: Add importlib_metadata as dep. (6acf3ca)
  • deps: Add pytest-clarity+better-exceptions to dev deps. (dc9d958)
  • main: Drop in new StubRepository impl in place of StubRepo. (25f0402)
  • main: Init StubRepository as attr. (c17be65)
  • stubs: RepoStubLocator locate strategy. (08f8f86)
  • stubs: Accept generic package type in stub manifest (9d17331)
  • stubs: Add display_name field to stub repository. (a3ef03f)
  • stubs: Add resolve_package_(absolute,)_versioned_name to manifest. (37bbfa6)
  • stubs: Add method for resolving absolute stub package name from manifest. (ad55507)
  • stubs: Add MicropyStubs package/manifest models. (021c279)
  • stubs: Add Micropython stubs package/manifest models. (a9297dc)
  • stubs: Add RepositoryInfo model. (109aed3)
  • stubs: Add resolve package url abstract meth to stubs manifest (8737f52)
  • stubs: Add StubPackage model. (9664111)
  • stubs: Add StubRepository for managing stub manifests. (781f7cd)
  • stubs: Add StubRepositoryPackage model. (e0dda9f)
  • stubs: Add StubsManifest model. (3ae9456)
  • stubs: Assume latest version by default, optionally show latest only in search, general improvements in stub repo. (b55b483)
  • stubs: Build progressive package indexes in StubRepository, utilize in search/resolve. (318ec13)
  • stubs: Check absolute name for stub resolve matching. (142648d)
  • stubs: Enforce faux immutability in StubRepository. (a17cc5e)
  • stubs: Expose repo_name,versioned_name,absolute_versioned_name on StubRepositoryPackage (e257aa5)
  • stubs: Expose name/version/absolute_name fields from stub repo package. (d88dcae)
  • stubs: Expose url via StubRepositoryPackage descriptor. (4fd1b12)
  • stubs: Impl resolve_package_url for micropython-stubs repo. (4bd70aa)
  • stubs: Impl resolve package method in StubRepository. (c28d988)
  • stubs: Implement dirty metadata adapter for dist-based stubs until proper refactorings. (a60138f)
  • stubs: Make StubPackage immutable. (2fab17d)
  • stubs: Make StubRepository.resolve_package return StubRepositoryPackage (24ef2fa)
  • stubs: Make StubRepositoryPackage immutable, iterate matchers. (ae71f91)
  • stubs: Make StubsManifest immutable. (2a6ffa3)
  • stubs: Make StubSource proper abstract, add prepare abstractmethod + impls. (d690e71)
  • stubs: Make micropython stubs package sortable. (49b6df0)
  • stubs: Micropy-stubs resolve package url impl, stub micropython for now. (c832cb0)
  • stubs: Rename StubRepositoryPackage.repository -> manifest. (a8b3ec8)
  • stubs: Support reuse of StubSource instances, improvements. (b873a62)
  • stubs: Utilize StubRepositoryPackage.match_exact (3ec08dd)
  • stubs: Utilize locators in StubManager, resolve requirements from metadata. (5c19624)
  • stubs: Validate RepoInfo source, add method for fetching contents. (0f7487f)
  • utils: Add SupportsLessThan protocol to types util. (489a9b0)
  • utils: Add types to ensure_existing_dir (e8e6ea8)
  • utils: Add utils.types, PathStr alias. (63f65b9)
  • utils: Defer updating stale cache with utils.get_cached_data (afd2ba5)

Bug Fixes

  • compat: <=3.8 python typing compat issues. (e7600b4)
  • deps: Pin dependencies (84aa3c3)
  • deps: Pin dependencies (1b6a46a)
  • deps: Update dependency attrs to v22.2.0 (9435223)
  • deps: Update dependency boltons to v21 (52bd39c)
  • deps: Update dependency gitpython to v3.1.30 (f5bb503)
  • deps: Update dependency importlib-metadata to v5.2.0 (42ab466)
  • deps: Update dependency markupsafe to v2.1.2 (4239f9b)
  • deps: Update dependency pydantic to v1.10.3 (8d4d64d)
  • deps: Update dependency pydantic to v1.10.4 (22dfef1)
  • deps: Update dependency python-minifier to v2.8.0 (9b0b2ef)
  • deps: Update dependency requests to v2.28.2 (8e8d259)
  • deps: Update dependency requirements-parser to v0.5.0 (26a8931)
  • main: Add types to MicroPy.stubs (2340184)
  • main: StubRepository has faux immutability. (71feed2)
  • stubs: Ensure src path is path type in log. (881a6a6)
  • stubs: Perform repo lookups prior to adding stub (5410a13)
  • stubs: Remove mutating subclass hook from StubsManifest. (d3fcd7e)
  • stubs: Use typing.Type for sub py3.7 compat. (1350263)
  • stubs: Utilize absolute names in stub search results. (6c81a93)
  • utils: Add annotations future in type utils. (d2d0ed8)
  • utils: Remove PathLike GenericAlias subscript for py <3.8 (e22343a)
  • utils: Use importlib metadata to check micropy version in utils. (dbeb0a9)

Documentation

  • chglog: Remove unreleased for release-please. (22d7be0)
  • conf: Dynamically determine docs release version (fc8ab96)

This PR was generated with Release Please. See documentation.

@BradenM BradenM changed the title chore(master): release 4.1.0 chore(master): release 0.1.0 Jan 30, 2023
@BradenM BradenM force-pushed the release-please--branches--master branch from e89bcb8 to 72ddf36 Compare January 30, 2023 01:57
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Base: 93.75% // Head: 93.75% // No change to project coverage 👍

Coverage data is based on head (5a4dca1) compared to base (22d7be0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #375   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files          48       48           
  Lines        2643     2643           
=======================================
  Hits         2478     2478           
  Misses        165      165           
Flag Coverage Δ
os-macOS-12 93.71% <ø> (+0.03%) ⬆️
os-ubuntu-latest 93.71% <ø> (ø)
os-windows-latest 93.48% <ø> (ø)
py-3.10 93.71% <ø> (+0.52%) ⬆️
py-3.11 93.75% <ø> (+0.03%) ⬆️
py-3.7 93.75% <ø> (+0.03%) ⬆️
py-3.8 93.75% <ø> (+0.22%) ⬆️
py-3.9 93.75% <ø> (ø)
unittests 93.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BradenM BradenM changed the title chore(master): release 0.1.0 chore(master): release 4.1.0 Jan 30, 2023
@BradenM BradenM force-pushed the release-please--branches--master branch from 72ddf36 to 084be0c Compare January 30, 2023 02:10
@BradenM BradenM changed the title chore(master): release 4.1.0 chore(master): release 4.1.0-beta Jan 30, 2023
@BradenM BradenM force-pushed the release-please--branches--master branch from 084be0c to 5a4dca1 Compare January 30, 2023 02:28
@BradenM BradenM closed this Jan 30, 2023
@BradenM BradenM deleted the release-please--branches--master branch January 30, 2023 06:04
@BradenM BradenM changed the title chore(master): release 4.1.0-beta release-please-old Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant