Skip to content

Commit

Permalink
[release] Bump version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jan 6, 2025
1 parent 6c47273 commit 21e8165
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions INSTALL-old.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Quick Start

If you haven't already done so, extract the tarball:

tar -x --xz < oil-0.25.0.tar.xz
cd oil-0.25.0
tar -x --xz < oil-0.26.0.tar.xz
cd oil-0.26.0

Either install as /usr/local/bin/osh:

Expand All @@ -37,7 +37,7 @@ The latter doesn't require root access, but it requires:
(See manpath or $MANPATH.)

NOTE: Out-of-tree builds are NOT currently supported, so you have to be in the
oil-0.25.0 directory.
oil-0.26.0 directory.

Smoke Test
----------
Expand All @@ -56,7 +56,7 @@ More Documentation

Every release has a home page with links, e.g.

https://oilshell.org/release/0.25.0/
https://oilshell.org/release/0.26.0/

System Requirements
-------------------
Expand Down
10 changes: 5 additions & 5 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Quick Start

If you haven't already done so, extract the tarball:

tar -x --gz < oils-for-unix-0.25.0.tar.gz
cd oils-for-unix-0.25.0
tar -x --gz < oils-for-unix-0.26.0.tar.gz
cd oils-for-unix-0.26.0

This is the traditional way to install it:

Expand Down Expand Up @@ -54,7 +54,7 @@ More Documentation

Every release has a home page with links:

https://oilshell.org/release/0.25.0/
https://oilshell.org/release/0.26.0/

System Requirements
-------------------
Expand Down Expand Up @@ -105,7 +105,7 @@ This doesn't require root access, but it requires:
$MANPATH.)

NOTE: Out-of-tree builds are NOT currently supported, so you have to be in the
oils-for-unix-0.25.0 directory.
oils-for-unix-0.26.0 directory.

Build Options
-------------
Expand All @@ -125,5 +125,5 @@ Links
-----

- Notes on portability:
https://oilshell.org/release/0.25.0/doc/portability.html
https://oilshell.org/release/0.26.0/doc/portability.html

2 changes: 1 addition & 1 deletion devtools/release-note.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source build/dev-shell.sh # PYTHONPATH
source devtools/release-version.sh # for escape-segments

readonly OILS_VERSION=$(head -n 1 oils-version.txt)
readonly PREV_VERSION='0.23.0'
readonly PREV_VERSION='0.24.0'

# adapted from release-version.sh
_git-changelog-body() {
Expand Down
2 changes: 1 addition & 1 deletion doc/osh.1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The referenced command or script could not be found.
.Xr busybox 1 ,
.Xr sh 1
.Pp
.Lk http://www.oilshell.org/release/0.25.0/doc/ Docs
.Lk http://www.oilshell.org/release/0.26.0/doc/ Docs
.Sh AUTHORS
The
.Nm
Expand Down
4 changes: 2 additions & 2 deletions doc/release-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all_docs_url: -
version_url: -
---

Oils 0.25.0
Oils 0.26.0
===========

<!-- NOTE: This file is published to /release/$VERSION/index.html -->
Expand All @@ -13,7 +13,7 @@ Oils 0.25.0
<!-- REPLACE_WITH_DATE -->
</span>

This is the home page for version 0.25.0 of Oils, a Unix shell. To use it,
This is the home page for version 0.26.0 of Oils, a Unix shell. To use it,

1. Download a source tarball.
2. Build it and do a "smoke test", as described in [INSTALL][].
Expand Down
2 changes: 1 addition & 1 deletion doc/release-quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all_docs_url: -
version_url: -
---

Oils 0.25.0 Quality
Oils 0.26.0 Quality
===================

<!-- NOTE: This file is published to /release/$VERSION/quality.html -->
Expand Down
2 changes: 1 addition & 1 deletion oils-version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.25.0
0.26.0

# The first line of this file is the Oil version, and the rest is ignored.
# It's used at build time for the release tarball, and at runtime for oil
Expand Down

0 comments on commit 21e8165

Please sign in to comment.