-
Notifications
You must be signed in to change notification settings - Fork 14
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: executablebooks/github-activity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: executablebooks/github-activity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 7 files changed
- 4 contributors
Commits on Dec 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2a5f89e - Browse repository at this point
Copy the full SHA 2a5f89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f9436c - Browse repository at this point
Copy the full SHA 1f9436cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7973950 - Browse repository at this point
Copy the full SHA 7973950View commit details -
Configuration menu - View commit details
-
Copy full SHA for f80f7fc - Browse repository at this point
Copy the full SHA f80f7fcView commit details
Commits on Dec 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 32954c6 - Browse repository at this point
Copy the full SHA 32954c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf86341 - Browse repository at this point
Copy the full SHA bf86341View commit details
Commits on Apr 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e1780a6 - Browse repository at this point
Copy the full SHA e1780a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c2d8e - Browse repository at this point
Copy the full SHA 29c2d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c38e325 - Browse repository at this point
Copy the full SHA c38e325View commit details
Commits on Jul 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2851438 - Browse repository at this point
Copy the full SHA 2851438View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c0d2a7e - Browse repository at this point
Copy the full SHA c0d2a7eView commit details
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08b6dfb - Browse repository at this point
Copy the full SHA 08b6dfbView commit details
Commits on Aug 11, 2022
-
Merge pull request #73 from agoose77/patch-1
BUG: import dateutil.parser
Configuration menu - View commit details
-
Copy full SHA for c149ba0 - Browse repository at this point
Copy the full SHA c149ba0View commit details
Commits on Feb 13, 2023
-
Release ╭─────────────────────────────── Traceback (most recent call …
…last) ────────────────────────────────╮ │ /Users/steve.silvester/.local/pipx/.cache/5c70c91b8dbcafa/lib/python3.10/site-packages/hatch/cli │ │ /__init__.py:205 in main │ │ │ │ 202 │ │ 203 def main(): # no cov │ │ 204 │ try: │ │ ❱ 205 │ │ return hatch(windows_expand_args=False) │ │ 206 │ except Exception: │ │ 207 │ │ from rich.console import Console │ │ 208 │ │ │ │ /Users/steve.silvester/.local/pipx/.cache/5c70c91b8dbcafa/lib/python3.10/site-packages/click/cor │ │ e.py:1130 in __call__ │ │ │ │ /Users/steve.silvester/.local/pipx/.cache/5c70c91b8dbcafa/lib/python3.10/site-packages/click/cor │ │ e.py:1055 in main │ │ │ │ /Users/steve.silvester/.local/pipx/.cache/5c70c91b8dbcafa/lib/python3.10/site-packages/click/cor │ │ e.py:1657 in invoke │ │ │ │ /Users/steve.silvester/.local/pipx/.cache/5c70c91b8dbcafa/lib/python3.10/site-packages/click/cor │ │ e.py:1404 in invoke │ │ │ │ /Users/steve.silvester/.local/pipx/.cache/5c70c91b8dbcafa/lib/python3.10/site-packages/click/cor │ │ e.py:760 in invoke │ │ │ │ /Users/steve.silvester/.local/pipx/.cache/5c70c91b8dbcafa/lib/python3.10/site-packages/click/dec │ │ orators.py:38 in new_func │ │ │ │ /Users/steve.silvester/.local/pipx/.cache/5c70c91b8dbcafa/lib/python3.10/site-packages/hatch/cli │ │ /version/__init__.py:22 in version │ │ │ │ 19 │ │ if not ( │ │ 20 │ │ │ 'version' in app.project.metadata.dynamic or app.project.metadata.hatch.meta │ │ 21 │ │ ) or dependencies_in_sync(app.project.metadata.build.requires_complex): │ │ ❱ 22 │ │ │ source = app.project.metadata.hatch.version.source │ │ 23 │ │ │ │ │ 24 │ │ │ version_data = source.get_version_data() │ │ 25 │ │ │ original_version = version_data['version'] │ │ │ │ /Users/steve.silvester/.local/pipx/.cache/5c70c91b8dbcafa/lib/python3.10/site-packages/hatchling │ │ /metadata/core.py:1381 in version │ │ │ │ 1378 │ │ if self._version is None: │ │ 1379 │ │ │ if 'version' not in self.config: │ │ 1380 │ │ │ │ message = 'Missing `tool.hatch.version` configuration' │ │ ❱ 1381 │ │ │ │ raise ValueError(message) │ │ 1382 │ │ │ │ │ 1383 │ │ │ options = self.config['version'] │ │ 1384 │ │ │ if not isinstance(options, dict): │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯ ValueError: Missing `tool.hatch.version` configuration Please run `tbump init` to create a tbump.toml file Or add a [tool.tbump] section in the pyproject.toml file
Configuration menu - View commit details
-
Copy full SHA for c26f2c4 - Browse repository at this point
Copy the full SHA c26f2c4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.0...v0.3.0