You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# 0.6.2 (2023-03-29)
2
+
3
+
## Fixes
4
+
5
+
- Fixed bug in 'subgit init' where the command would not work if there was no '.subgit.yml' file present. [#51](https://github.com/dynamist/subgit/pull/51)
6
+
- Fixed bug in 'subgit pull' where subgit would not do a pull if there are changes on the remote. [#52](https://github.com/dynamist/subgit/pull/52)
7
+
- Renamed sub-command 'subgit import' to 'subgit inspect'. This command will no longer write a new subgit config file. Instead it will write the configuration file to stdout as it would look so the user can redirect the output in to a file of their choice. [#53](https://github.com/dynamist/subgit/pull/53)
0 commit comments