Skip to content

Commit

Permalink
Merge pull request #9624 from ballerina-platform/release-2201.9.6
Browse files Browse the repository at this point in the history
Add release 2201.9.6
  • Loading branch information
sm1990 authored Nov 29, 2024
2 parents 5b9e281 + 1428643 commit bff9010
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _data/swanlake_release_notes_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,27 @@
"api-docs":"ballerina-api-docs-2201.9.5.zip",
"release-notes":"ballerina-release-notes-2201.9.5.md"
},
{
"version":"2201.9.6",
"short-version":"2201.9.6",
"display-version":"2201.9.6 (Swan Lake Update 9)",
"release-date":"2024-11-29",
"windows-installer":"ballerina-2201.9.6-swan-lake-windows-x64.msi",
"windows-installer-size":"175mb",
"linux-installer":"ballerina-2201.9.6-swan-lake-linux-x64.deb",
"linux-installer-size":"202mb",
"macos-installer":"ballerina-2201.9.6-swan-lake-macos-x64.pkg",
"macos-installer-size":"237mb",
"macos-arm-installer":"ballerina-2201.9.6-swan-lake-macos-arm-x64.pkg",
"macos-arm-installer-size":"236mb",
"rpm-installer":"ballerina-2201.9.6-swan-lake-linux-x64.rpm",
"rpm-installer-size":"239mb",
"other-artefacts":[
"ballerina-2201.9.6-swan-lake.zip"
],
"api-docs":"ballerina-api-docs-2201.9.6.zip",
"release-notes":"ballerina-release-notes-2201.9.6.md"
},
{
"version":"2201.10.0",
"short-version":"2201.10.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: ballerina-left-nav-release-notes
title: Swan Lake Update 9 (2201.9.6)
permalink: /downloads/swan-lake-release-notes/2201.9.6/
active: 2201.9.6
---

## Overview of Ballerina Swan Lake Update 9 (2201.9.6)

<em>Swan Lake Update 9 (2201.9.6) is the sixth patch release of Ballerina 2201.9.0 (Swan Lake Update 9) and it includes a new set of bug fixes to the developer tooling.</em>

## Update Ballerina

Run the command below to update your current Ballerina installation directly to 2201.9.6 by using the [Ballerina Update Tool](/learn/update-tool/).

```
$ bal dist pull 2201.9.6
```

## Install Ballerina

If you have not installed Ballerina, then, download the [installers](/downloads/#swanlake) to install.

## Developer tools updates

### Bug fixes

To view bug fixes, see the GitHub milestone for Swan Lake Update 9 (2201.9.6) of the repositories below.

- [OpenAPI](https://github.com/ballerina-platform/openapi-tools/pulls?q=is%3Apr+label%3AType%2FBug+is%3Aclosed+milestone%3A2201.9.6)
- [Project API](https://github.com/ballerina-platform/ballerina-lang/pulls?q=is%3Apr+is%3Aclosed+label%3AArea%2FProjectAPI+milestone%3A2201.9.6)
8 changes: 8 additions & 0 deletions utils/archived-lm.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
"url": "#2201.10.0",
"id": "2201.10.0v"
},
{
"dirName": "2201.9.6",
"level": 2,
"position": 1,
"isDir": false,
"url": "#2201.9.6",
"id": "2201.9.6v"
},
{
"dirName": "2201.9.5",
"level": 2,
Expand Down
8 changes: 8 additions & 0 deletions utils/rl.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@
"url": "/downloads/swan-lake-release-notes-2201.9",
"id": "swan-lake-2201.9",
"subDirectories": [
{
"dirName": "2201.9.6 (Swan Lake Update 9)",
"level": 2,
"position": 1,
"isDir": false,
"url": "/downloads/swan-lake-release-notes/swan-lake-2201.9.6",
"id": "swan-lake-2201.9.6"
},
{
"dirName": "2201.9.5 (Swan Lake Update 9)",
"level": 2,
Expand Down

0 comments on commit bff9010

Please sign in to comment.