Recent Releases of git-bob
git-bob - 0.27.0
What's Changed * minor changes for optimal gpt-5 support (long contexts) by @haesleinhuepf * bugfix: since edit-mode was introduced in 0.25.0, git-bob's modifications were not applied sometimes. by @haesleinhuepf * bugfix: gemini prefix was not removed, making gemini approaches fail by @haesleinhuepf * update deployment to modern "python -m build" approach by @haesleinhuepf * default model for gemini was updated to gemini-2.5-pro by @haesleinhuepf
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.25.0...0.27.0
- Python
Published by haesleinhuepf 10 months ago
git-bob - 0.25.0
What's Changed
- Update deployment process to use "python -m build" by @github-actions[bot] in https://github.com/haesleinhuepf/git-bob/pull/755
- Updated deployment to not call setup.py directly anymore
- Bugfix: In Edit mode some text changes were not applied
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.24.1...0.25.0
- Python
Published by haesleinhuepf 10 months ago
git-bob - 0.24.1
What's Changed
- Fix pull request diff retrieval for private repositories using GitHub's REST API by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/745
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.24.0...0.24.1
- Python
Published by haesleinhuepf 11 months ago
git-bob - 0.24.0
What's Changed
- Fix: Add authentication to pull request diff retrieval for private repositories by @github-actions (reported by @aarogyarijal ) in https://github.com/haesleinhuepf/git-bob/pull/727
- Edit mode by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/737
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.23.0...0.24.0
- Python
Published by haesleinhuepf 12 months ago
git-bob - 0.23.0
What's Changed
- Work with other files in generated code using correct relative paths by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/714
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.22.0...0.23.0
- Python
Published by haesleinhuepf 12 months ago
git-bob - 0.22.0
What's Changed
- Adding Czech e-infra Ollama server API endpoint by @martinschatz-cz in https://github.com/haesleinhuepf/git-bob/pull/696
New Contributors
- @martinschatz-cz made their first contribution in https://github.com/haesleinhuepf/git-bob/pull/696
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.21.0...0.22.0
- Python
Published by haesleinhuepf about 1 year ago
git-bob - 0.20.0
What's Changed
- enable read files in repository, specified by path instead of url by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/605
- Support for creating mp3 audio files by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/624
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.19.0...0.20.0
- Python
Published by haesleinhuepf about 1 year ago
git-bob - 0.19.0
What's Changed
- Support for provider prefixes by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/591
Deprecation message
With this change, model names without provider: prefixes are deprecated. It is recommended to use providers in model specifications such as
* openai:gpt-4o instead of gpt-4o
* anthropic:claude-3-5-sonnet-20241022 instead of claude-3-5-sonnet-20241022
* google:gemini-1.5-pro-002 instead of gemini-1.5-pro-002
* mistral:mistral-large-2411 instead of mistral-large-2411
Yet, model names without prefix work as before. This may change in future versions. Consider updating the GIT_BOB_LLM_NAME secret in your repository and the provider to the model name.
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.18.1...0.19.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.18.0
What's Changed
- Implement plugin-based system for prompt handlers with entry points by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/457
- Implement plugin-based system for trigger handlers by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/458
- add support for deepseek API by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/460 and https://github.com/haesleinhuepf/git-bob/pull/461
- more robust markdown fences handling, added tests by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/462
- support creating xml files by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/459
- Test agent code by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/467 and https://github.com/haesleinhuepf/git-bob/pull/471 and https://github.com/haesleinhuepf/git-bob/pull/487
- Add CITATION.cff file for proper citation information by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/527
- Add regex-based extension filtering using environment variable by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/541
- Fix prompt function to respect configured LLM model by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/552
- Implement .gitbobignore functionality for controlling file access by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/560
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.17.0...0.18.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.17.0
What's Changed
- Add support for o1 models by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/446
- Add SVG file generation support by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/449
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.16.0...0.17.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.16.0
What's Changed
- Docx support by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/440
- Automatically fix errors in generated notebooks by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/441
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.15.2...0.16.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.15.2
What's Changed
- Implement advanced remote mode with a new entry point and function for cloning repositories. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/434
- Bugfix: commenting on PRs crashed by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/435
- Minor fixes for Picture and Powerpoint generation
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.15.0...0.15.2
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.15.0
What's Changed
- Add support Mistral/Pixtral models by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/430
- Explicit triggering required to do code reviews by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/431
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.14.0...0.15.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.14.0
What's Changed
- Handle other main branch names, e.g. master by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/423
- Allow creating PPTx files by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/424
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.12.0...0.14.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.12.0
What's Changed
- Add image parameter to
prompt_claudefor vision support. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/407 - Bugfix: Some actions used function from the wrong branch by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/405
- Add model name alias functionality in the command line interface. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/409
- Added image support to the
prompt_geminifunction for vision-support by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/411 - Clean up: Removed all files from the "playground" directory. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/413
- Bugfix: download code files from github did't work by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/417
- Implement "paint" action for image generation in
solve_github_issue. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/419
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.11.1...0.12.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.11.1
What's Changed
- Update installation instructions by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/402
- New trigger words + better documentation by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/403
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.11.0...0.11.1
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.11.0
What's Changed
- more deterministic (and cheaper) handling of created files and display of results by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/399
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.10.1...0.11.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.10.1
What's Changed
- Add [experimental] GitLab support with API-compatible utility functions. by @github-actions and @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/383
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.9.1...0.10.1
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.9.0
What's Changed
- Fixes typos and standardizes terminology in README.md. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/369
- If errors happend while file generation and notebook execution, the file is regenerated up to 2 times.
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.8.1...0.9.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.8.1
What's Changed
- Show resulting images in comments by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/354
- Hide environment variables while executing a notebook by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/356
- Removed notebook execution action; it comes bundled with notebook modification
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.7.0...0.8.1
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.7.0
What's Changed
- Improved reporting of used agent name by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/319
- Catch input errors (e.g. issue not passed) by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/321
- Allow git-bob to trigger more github actions by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/323
- Support for KISSKI and BLABLADOR LLM services by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/326
- Enable git-bob, ... commands by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/329
- Bugfix: support other models by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/332
- Bugfix: The link to run details was broken by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/333
- Bugfix: do not tag strangers in messages, improve output formatting by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/334
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.6.0...0.7.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.6.0
What's Changed
- Make agent name configurable using the "GITBOBAGENT_NAME" environment variable. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/317
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.5.5...0.6.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.5.5
What's Changed
- Bugfix: when editing files in a pull-request, the edits happened on the main-branch, not the feature branch, leading to file-not-found errors in notebooks.
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.5.3...0.5.5
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.5.3
What's Changed
- simplify github workflow and installation by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/291
- allow switching LLM on command "git-bob ask
to..." by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/302 - allow deployment to pypi by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/304
- add gemini-1.5-pro-002 to list of supported models. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/303
- Update README with the current version of git-bob in the installation instruction. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/290
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.4.0...0.5.3
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.4.0
What's Changed
- Improve notebook execution and related error reporting by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/287
- Modifying PRs instead of sending PRs to PRs by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/288
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.3.2...0.4.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.3.2
What's Changed
- Better error reporting, e.g. reporting about errors along the way in PRs by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/286
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.3.1...0.3.2
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.3.1
What's Changed
- Updated requirements.txt and setup.cfg for consistent dependency management. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/280
- Bump version number to 0.3.1 for new release. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/283
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.3.0...0.3.1
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.3.0
What's Changed
- Add "github_models:meta-llama-3.1-405b-instruct" to the model list and limitations. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/254
- bugfix: task selection (split) from terminal by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/267
- support for vision models, generating bio-image analysis code by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/266
- Support longer files when using OpenAI models by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/255
- configurable system message by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/268
- enable downloading files, keep local changes and repository changes in sync, refactored notebook execution by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/277
- update development instructions by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/278
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.2.8...0.3.0
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.2.8
What's Changed
- enable modification of code in pull-requests by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/242
- Allow executing generated and pre-existing notebooks by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/250
- Add support for non-GPT Azure-based models in
prompt_azurefunction. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/238 - Update revision version to 0.2.8 by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/252
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.2.7...0.2.8
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.2.7
What's Changed
- Add support for Azure/GitHub Models using a new
prompt_azurefunction. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/234
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.2.6...0.2.7
- Python
Published by haesleinhuepf over 1 year ago
git-bob - 0.2.6
What's Changed
- Add file copying functionality by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/191
- Enable retrieving content from GitHub linked issues, pull requests, and files by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/195
- Update system prompt by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/199
- Shorten prompts by removing meta data from ipynb files by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/200
- Enable issue splitting by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/202
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.2.4...0.2.6
- Python
Published by haesleinhuepf almost 2 years ago
git-bob - 0.2.4
What's Changed
- Add format-specific instructions for file creation prompts based on file extension in
create_or_modify_filefunction. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/172 - Enable renaming and deleting files by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/185
- additional instructions for creating and modifying files by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/186
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.2.3...0.2.4
- Python
Published by haesleinhuepf almost 2 years ago
git-bob - 0.2.3
What's Changed
- erase outputs of generated notebooks by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/162
- enable reading files before acting by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/163
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.2.2...0.2.3
- Python
Published by haesleinhuepf almost 2 years ago
git-bob - 0.2.2
What's Changed
- Keep outputs in jupyter notebooks if code is not modified by LLM by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/155
- simplify error reporting by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/156
- Update git-bob to version 0.2.2 across documentation and code files. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/159
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.2.1...0.2.2
- Python
Published by haesleinhuepf almost 2 years ago
git-bob - 0.2.1
What's Changed
- Add Recommended Workflow section to readme.md by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/132
- Remove Jupyter notebook cell outputs before processing by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/130
- Enhance Claude AI integration to handle longer files for "claude-3-5-20240620" model by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/134
- Handle indentations by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/141
- Prevent endless loop when reporting an error in the error reporting routine by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/142
- Update default GPT model to "gpt-4o-2024-08-06" in
_endpoints.pyand_utilities.py. by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/143
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.2.0...0.2.1
- Python
Published by haesleinhuepf almost 2 years ago
git-bob - 0.2.0
Major improvements
- This version has reduced number and length of prompts sent to the LLM in the background making responses faster and cheaper.
- Dependencies
blabladoandlangchainwere removed, making the code easier to debug. - Support for anthropic claude and google gemini were added. Claude is also mentioned in the documentation because it works well.
- Pull-request reviews should be written with a more critical perspective, the feedback more to the point.
What's Changed
- prevent repeatedly reading the same file by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/74
- better logging + reporting by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/75
- Direct prompting instead of function calling by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/79
- introduce more detailed system prompt by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/88
- make LLM choosable via gh secrets by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/89
- Update file by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/90
- Add numpy-style docstrings to functions in _utilities.py (by claude-3-5-sonnet-20240620) by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/108
- Add numpy-style docstrings to all functions in "src/gitbob/github_utilities.py" by gpt-4o-2024-05-13 by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/112
- Add unit testing framework and GitHub Actions workflow by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/115
- Make images in readme.md clickable and adjust formatting by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/119
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.1.2...0.2.0
- Python
Published by haesleinhuepf almost 2 years ago
git-bob - 0.1.2
What's Changed
- Add comments to .py files for documentation by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/63
- Prevent responding if not asked by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/64
- Report error details to issue/PR discussion by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/65
- Add tumbs-up reaction to requests to show Bob is working on the task by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/70
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.1.1...0.1.2
- Python
Published by haesleinhuepf almost 2 years ago
git-bob - 0.1.1
What's Changed
- Support solving issues with multiple files, including creating new files by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/45
- Hide Anthropic / Claude support in the documentation until this issue is resolved: https://github.com/haesleinhuepf/git-bob/issues/43
- move git diff into python code by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/46
- Add numpy-style docstrings to utility files by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/57
Full Changelog: https://github.com/haesleinhuepf/git-bob/compare/0.1.0...0.1.1
- Python
Published by haesleinhuepf almost 2 years ago
git-bob - 0.1.0
This is the initial release of basic functionality. git-bob can review pull-requests, comment on issues and solve basic issues where maximum one file needs to be edited.

What's Changed
- Conversational workflows by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/1
- Enable reviewing pull-requests, by adding diffs to prompt @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/6
- Python package by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/8
- Enable solving github issues by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/11
- Differentiate local usage and CI by @haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/25
- CI tasks are stopped after 3 minues @github-actions in https://github.com/haesleinhuepf/git-bob/pull/28
- Add numpy-style docstrings to githubutilities.py by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/29
- Access-rights check in _terminal.py by @github-actions in https://github.com/haesleinhuepf/git-bob/pull/37
New Contributors
- @haesleinhuepf made their first contribution in https://github.com/haesleinhuepf/git-bob/pull/1
- @github-actions made their first contribution in https://github.com/haesleinhuepf/git-bob/pull/28
Full Changelog: https://github.com/haesleinhuepf/git-bob/commits/0.1.0
- Python
Published by haesleinhuepf almost 2 years ago