This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 0ef5d273115e48444ff99659f2f121c088eda570
Author: Jed Cunningham <[email protected]>
AuthorDate: Fri Jan 31 16:17:33 2025 -0700

    Bump standard provider version to 0.1.0
    
    We are doing this so we can cut a 0.1.0a1, to coincide with the 3.0.0a1
    release only. This version is not ending up on pypi, or going up
    for a vote, at this time.
---
 providers/standard/README.rst                      |  6 ++---
 providers/standard/docs/changelog.rst              | 29 ++++++++++++++++++++++
 providers/standard/docs/commits.rst                | 29 +++++++++++++++++++---
 providers/standard/docs/index.rst                  |  2 +-
 providers/standard/provider.yaml                   |  3 ++-
 providers/standard/pyproject.toml                  |  6 ++---
 .../src/airflow/providers/standard/__init__.py     |  2 +-
 .../providers/standard/get_provider_info.py        |  4 +--
 8 files changed, 66 insertions(+), 15 deletions(-)

diff --git a/providers/standard/README.rst b/providers/standard/README.rst
index 3ad4b01bd87..c29f7e57db9 100644
--- a/providers/standard/README.rst
+++ b/providers/standard/README.rst
@@ -24,7 +24,7 @@
 
 Package ``apache-airflow-providers-standard``
 
-Release: ``0.0.3``
+Release: ``0.1.0``
 
 
 Airflow Standard Provider
@@ -37,7 +37,7 @@ This is a provider package for ``standard`` provider. All 
classes for this provi
 are in ``airflow.providers.standard`` python package.
 
 You can find package information and changelog for the provider
-in the `documentation 
<https://airflow.apache.org/docs/apache-airflow-providers-standard/0.0.3/>`_.
+in the `documentation 
<https://airflow.apache.org/docs/apache-airflow-providers-standard/0.1.0/>`_.
 
 Installation
 ------------
@@ -59,4 +59,4 @@ PIP package                              Version required
 =======================================  ==================
 
 The changelog for the provider package can be found in the
-`changelog 
<https://airflow.apache.org/docs/apache-airflow-providers-standard/0.0.3/changelog.html>`_.
+`changelog 
<https://airflow.apache.org/docs/apache-airflow-providers-standard/0.1.0/changelog.html>`_.
diff --git a/providers/standard/docs/changelog.rst 
b/providers/standard/docs/changelog.rst
index 71a28fd94c1..5397254c0b7 100644
--- a/providers/standard/docs/changelog.rst
+++ b/providers/standard/docs/changelog.rst
@@ -35,6 +35,35 @@
 Changelog
 ---------
 
+0.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Start porting mapped task to SDK (#45627)``
+* ``AIP-72: Add support for 'get_current_context' in Task SDK (#45486)``
+* ``AIP-72: Add Taskflow API support & template rendering in Task SDK 
(#45444)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Remove import from MySQL provider tests in generic transfer test (#46274)``
+* ``Fix failures on main related to DagRun validation (#45917)``
+
+Misc
+~~~~
+
+* ``move standard, alibaba and common.sql provider to the new structure 
(#45964)``
+* ``AIP-72: Support better type-hinting for Context dict in SDK  (#45583)``
+* ``Remove code for deprecation of Context keys (#45585)``
+* ``AIP-72: Move non-user facing code to '_internal' (#45515)``
+* ``Move Literal alias into TYPE_CHECKING block (#45345)``
+* ``Remove tuple_in_condition helpers (#45201)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+
 0.0.3
 .....
 
diff --git a/providers/standard/docs/commits.rst 
b/providers/standard/docs/commits.rst
index c42a3e3389d..f31e936438d 100644
--- a/providers/standard/docs/commits.rst
+++ b/providers/standard/docs/commits.rst
@@ -16,13 +16,12 @@
     specific language governing permissions and limitations
     under the License.
 
- .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
-    OVERWRITTEN WHEN PREPARING PACKAGES.
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
 
  .. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
     `PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the 
`dev/breeze/src/airflow_breeze/templates` DIRECTORY
 
- .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE 
OVERWRITTEN AT RELEASE TIME!
+ .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE 
OVERWRITTEN!
 
 Package apache-airflow-providers-standard
 ------------------------------------------------------
@@ -35,14 +34,36 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+0.1.0
+.....
+
+Latest change: 2025-01-30
+
+=================================================================================================
  ===========  
================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
================================================================================
+`b4b6de3c46 
<https://github.com/apache/airflow/commit/b4b6de3c46109b4a4672462e54ccf0e0a253aece>`_
  2025-01-30   ``Remove import from MySQL provider tests in generic transfer 
test (#46274)``
+`29b9e8ea10 
<https://github.com/apache/airflow/commit/29b9e8ea10de7a82ad40a7a2160c64a84004a45e>`_
  2025-01-25   ``move standard, alibaba and common.sql provider to the new 
structure (#45964)``
+`2193be2a5e 
<https://github.com/apache/airflow/commit/2193be2a5e53760ae00d1b85c825087e995f8eb1>`_
  2025-01-22   ``Fix failures on main related to DagRun validation (#45917)``
+`d1b2a44653 
<https://github.com/apache/airflow/commit/d1b2a4465387e9414e6c15f8df85591136a7784b>`_
  2025-01-21   ``Start porting mapped task to SDK (#45627)``
+`f616c62209 
<https://github.com/apache/airflow/commit/f616c62209d6b51d293ecf6f5c900f89a7fdc3a3>`_
  2025-01-15   ``AIP-72: Support better type-hinting for Context dict in SDK  
(#45583)``
+`5597bb2961 
<https://github.com/apache/airflow/commit/5597bb296106648fda48c768814f5ae6f3eb7a53>`_
  2025-01-12   ``Remove code for deprecation of Context keys (#45585)``
+`521410f03c 
<https://github.com/apache/airflow/commit/521410f03cbe776a0fa1f96a5b572a17908cc327>`_
  2025-01-09   ``AIP-72: Move non-user facing code to '_internal' (#45515)``
+`04806231e4 
<https://github.com/apache/airflow/commit/04806231e4411f37faa3d97f7b9e9fe2c0409303>`_
  2025-01-09   ``AIP-72: Add support for 'get_current_context' in Task SDK 
(#45486)``
+`b703d53b77 
<https://github.com/apache/airflow/commit/b703d53b774960326b8d91963304bac3ca5d533c>`_
  2025-01-09   ``Move Literal alias into TYPE_CHECKING block (#45345)``
+`b2a244bb13 
<https://github.com/apache/airflow/commit/b2a244bb1353ca072f15371fa317396486466071>`_
  2025-01-07   ``AIP-72: Add Taskflow API support & template rendering in Task 
SDK (#45444)``
+`3873230a11 
<https://github.com/apache/airflow/commit/3873230a11de8b9cc24d012ecdfe6848bc6ae0cf>`_
  2024-12-26   ``Remove tuple_in_condition helpers (#45201)``
+=================================================================================================
  ===========  
================================================================================
+
 0.0.3
 .....
 
-Latest change: 2024-12-18
+Latest change: 2024-12-20
 
 
=================================================================================================
  ===========  
============================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
============================================================================================
+`2723508345 
<https://github.com/apache/airflow/commit/2723508345d5cf074aeb673955ce72996785f2bc>`_
  2024-12-20   ``Prepare docs for Nov 1st wave of providers Dec 2024 (#45042)``
 `2a33da0246 
<https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_
  2024-12-18   ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)``
 `4b38bed76c 
<https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_
  2024-12-16   ``Bump min version of Providers to 2.9 (#44956)``
 `8af1bbdf25 
<https://github.com/apache/airflow/commit/8af1bbdf25e2650e617d456f729d1d4f46465524>`_
  2024-12-12   ``Remove Pydanitc models introduced for AIP-44 (#44552)``
diff --git a/providers/standard/docs/index.rst 
b/providers/standard/docs/index.rst
index e742d292b96..e15aa05d733 100644
--- a/providers/standard/docs/index.rst
+++ b/providers/standard/docs/index.rst
@@ -66,7 +66,7 @@ apache-airflow-providers-standard package
 Airflow Standard Provider
 
 
-Release: 0.0.3
+Release: 0.1.0
 
 Provider package
 ----------------
diff --git a/providers/standard/provider.yaml b/providers/standard/provider.yaml
index b0e79dbf124..b1da4e1723e 100644
--- a/providers/standard/provider.yaml
+++ b/providers/standard/provider.yaml
@@ -21,9 +21,10 @@ name: Standard
 description: |
     Airflow Standard Provider
 state: ready
-source-date-epoch: 1734536895
+source-date-epoch: 1738365402
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
+  - 0.1.0
   - 0.0.3
   - 0.0.2
   - 0.0.1
diff --git a/providers/standard/pyproject.toml 
b/providers/standard/pyproject.toml
index 1d888d7c1f7..4be7489c290 100644
--- a/providers/standard/pyproject.toml
+++ b/providers/standard/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "apache-airflow-providers-standard"
-version = "0.0.3"
+version = "0.1.0"
 description = "Provider package apache-airflow-providers-standard for Apache 
Airflow"
 readme = "README.rst"
 authors = [
@@ -60,8 +60,8 @@ dependencies = [
 ]
 
 [project.urls]
-"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-standard/0.0.3";
-"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-standard/0.0.3/changelog.html";
+"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-standard/0.1.0";
+"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-standard/0.1.0/changelog.html";
 "Bug Tracker" = "https://github.com/apache/airflow/issues";
 "Source Code" = "https://github.com/apache/airflow";
 "Slack Chat" = "https://s.apache.org/airflow-slack";
diff --git a/providers/standard/src/airflow/providers/standard/__init__.py 
b/providers/standard/src/airflow/providers/standard/__init__.py
index 3fd5eb32418..2eb070c9f28 100644
--- a/providers/standard/src/airflow/providers/standard/__init__.py
+++ b/providers/standard/src/airflow/providers/standard/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "0.0.3"
+__version__ = "0.1.0"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
     "2.9.0"
diff --git 
a/providers/standard/src/airflow/providers/standard/get_provider_info.py 
b/providers/standard/src/airflow/providers/standard/get_provider_info.py
index 2c510fc7029..344a9eced9a 100644
--- a/providers/standard/src/airflow/providers/standard/get_provider_info.py
+++ b/providers/standard/src/airflow/providers/standard/get_provider_info.py
@@ -27,8 +27,8 @@ def get_provider_info():
         "name": "Standard",
         "description": "Airflow Standard Provider\n",
         "state": "ready",
-        "source-date-epoch": 1734536895,
-        "versions": ["0.0.3", "0.0.2", "0.0.1"],
+        "source-date-epoch": 1738365402,
+        "versions": ["0.1.0", "0.0.3", "0.0.2", "0.0.1"],
         "integrations": [
             {
                 "integration-name": "Standard",

Reply via email to