Skip to content

Commit

Permalink
Merge pull request #253 from jacebrowning/release-2.3
Browse files Browse the repository at this point in the history
Release v2.3
  • Loading branch information
jacebrowning committed Feb 27, 2021
2 parents 6b7d8ac + a8b5f5e commit f745349
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 15 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
@@ -1,10 +1,8 @@
# 3.0 (alpha)

- Added support for virtual drives on Windows. (@gunechristensen)
- Dropped support for Python 3.7.
- Updated scripts installation to be depth-first. (@mrpossoms)

# 2.3 (beta)
# 2.3 (2021-02-26)

- Updated default arguments to `Source` model for improved library usage.
- Added support for multiple symbolic `links` per repo. (@gunechristensen)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -50,7 +50,8 @@ sources:
rev: Mk5-end-of-life
- repo: https://github.com/jonreid/XcodeCoverage
name: coverage
link: Tools/XcodeCoverage
links:
- target: Tools/XcodeCoverage
- repo: https://github.com/dxa4481/truffleHog
name: trufflehog
rev: master
Expand Down
3 changes: 2 additions & 1 deletion docs/use-cases/submodules.md
Expand Up @@ -23,7 +23,8 @@ sources:
- repo: <URL of my_dependency repository>
name: my_dependency
rev: a943a702d06f34599aee1f8da8ef9f7296031d69
link: vendor/my_depenendy
links:
- target: vendor/my_depenendy
```

Add `.gitman` to your `.gitignore` file and overwrite the old submodule location by running:
Expand Down
7 changes: 4 additions & 3 deletions gitman.yml
Expand Up @@ -6,9 +6,10 @@ sources:
type: git
sparse_paths:
-
link: demo/example
link:
links:
-
- source: ''
target: demo/example
scripts:
- cat .noserc
- make foobar
Expand Down Expand Up @@ -53,7 +54,7 @@ sources_locked:
type: git
sparse_paths:
-
link: demo/example
link:
links:
-
scripts:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Expand Up @@ -28,7 +28,7 @@ nav:
- Build System Integration: use-cases/build-integration.md
- Sparse Checkouts: use-cases/sparse-checkouts.md
- Default Groups: use-cases/default-groups.md
- Using Multiple Links: use-cases/multiple-links.md
- Multiple Links: use-cases/multiple-links.md
- Extras:
- Git SVN Bridge: extras/git-svn-bridge.md
- Bundled Application: extras/bundled-application.md
Expand Down
5 changes: 0 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]

name = "gitman"
version = "2.3b5"
version = "2.3"
description = "A language-agnostic dependency manager using Git."

license = "MIT"
Expand Down

0 comments on commit f745349

Please sign in to comment.