Skip to content

Commit

Permalink
release 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmach committed Feb 13, 2025
1 parent 7b15faf commit 718bc8c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- 1.12.1
- Command-line:
- Improve 'maintenancerequest' command to inherit description from superseded request
- Library:
- Tell the build script to disable repos/containers handling for normal builds
- Improve detecting git packages, use .osc metadata from project in parent directory
- Fix retrieving apiurl from git repositories in get_api_url() in the command-line code
- Fix typo in core.binary() that caused text files being detected as binary
- Improve core.binary() by always considering data that contains \0 binary
- Fix assembling scm_url when scmsync_obsinfo.revision is None

- 1.12.0
- Command-line:
- Add 'git-obs pr' command
Expand Down
2 changes: 1 addition & 1 deletion contrib/osc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
%endif

Name: osc
Version: 1.12.0
Version: 1.12.1
Release: 0
Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion osc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


from .util import git_version
__version__ = git_version.get_version('1.12.0')
__version__ = git_version.get_version('1.12.1')


# vim: sw=4 et

0 comments on commit 718bc8c

Please sign in to comment.